Home
last modified time | relevance | path

Searched refs:RTF_LOCAL (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/netinet/
H A Din_rmx.c133 if ((rt->rt_flags & (RTF_HOST | RTF_LOCAL)) == RTF_HOST) { in in_addroute()
138 rt->rt_flags |= RTF_LOCAL; in in_addroute()
145 rt->rt_flags |= RTF_LOCAL; in in_addroute()
/dragonfly/sys/net/
H A Droute.h187 #define RTF_LOCAL 0x200000 /* route represents a local address */ macro
H A Dif.c1402 info.rti_flags = ifa->ifa_flags | RTF_HOST | RTF_LOCAL; in ifa_maintain_loopback_route()
/dragonfly/sys/netinet6/
H A Din6_rmx.c160 rt->rt_flags |= RTF_LOCAL; in in6_addroute()
/dragonfly/contrib/dhcpcd/src/
H A Dif-bsd.c843 #ifdef RTF_LOCAL in if_realroute()
844 if (rtm->rtm_flags & RTF_LOCAL) in if_realroute()
H A Dipv4.c63 #if defined(__linux__) || defined(__sun) || (defined(BSD) && defined(RTF_LOCAL))
/dragonfly/usr.sbin/route6d/
H A Droute6d.c2547 && (rrt->rrt_flags & RTF_LOCAL) == 0 in rt_entry()