Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDin_rmx.c87 rt->rt_flags |= RTF_LOCAL; in in_addroute()
/NextBSD/sys/netinet6/
HDin6_rmx.c133 rt->rt_flags |= RTF_LOCAL; in in6_addroute()
/NextBSD/sys/net/
HDroute.h172 #define RTF_LOCAL 0x200000 /* route represents a local address */ macro
/NextBSD/contrib/bsnmp/snmp_mibII/
HDmibII_route.c191 r->proto = (rtm->rtm_flags & RTF_LOCAL) ? 2 : in mib_sroute_process()
/NextBSD/usr.sbin/route6d/
HDroute6d.c2770 (rrt->rrt_flags & RTF_LOCAL) == 0) { in rt_entry()