Home
last modified time | relevance | path

Searched refs:RTF_WASCLONED (Results 1 – 12 of 12) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Droute.c168 #ifdef RTF_WASCLONED
169 { RTF_WASCLONED, 'W' },
183 #ifndef RTF_WASCLONED
184 #define RTF_WASCLONED (0) macro
425 if (RTF_WASCLONED == 0 && pass == 0) in route_IfDelete()
452 if ((pass == 0 && (rtm->rtm_flags & RTF_WASCLONED)) || in route_IfDelete()
453 (pass == 1 && !(rtm->rtm_flags & RTF_WASCLONED))) { in route_IfDelete()
/dragonfly/sys/netinet/
H A Din_rmx.c193 (RTF_MULTICAST | RTF_BROADCAST | RTF_WASCLONED)) == 0) in in_addroute()
247 if ((rt->rt_flags & (RTF_WASCLONED | RTPRF_EXPIRING)) != RTF_WASCLONED) in in_closeroute()
H A Dtcp_syncache.c273 if ((rt->rt_flags & (RTF_WASCLONED | RTF_LLINFO)) == in syncache_free()
274 RTF_WASCLONED && rt->rt_refcnt == 1) { in syncache_free()
H A Dif_ether.c1339 if (rt->rt_refcnt <= 0 && (rt->rt_flags & RTF_WASCLONED)) { in arplookup()
/dragonfly/sys/netinet6/
H A Din6_rmx.c273 if ((rt->rt_flags & (RTF_WASCLONED | RTPRF_OURS)) != RTF_WASCLONED) in in6_clsroute()
H A Dip6_input.c470 #ifdef RTF_WASCLONED in ip6_input()
471 !(ip6_forward_rt.ro_rt->rt_flags & RTF_WASCLONED) && in ip6_input()
/dragonfly/usr.bin/netstat/
H A Droute.c88 { RTF_WASCLONED,'W' },
293 if (rt->rt_flags & RTF_WASCLONED && !aflag) { in size_cols_rtentry()
760 if (rt->rt_flags & RTF_WASCLONED && !(aflag || Aflag)) { in p_rtentry()
/dragonfly/sys/net/
H A Droute.h183 #define RTF_WASCLONED 0x20000 /* route generated through cloning */ macro
H A Droute.c884 rtinfo->rti_flags |= RTF_WASCLONED; in rtrequest1()
954 if (oldrt->rt_flags & RTF_WASCLONED) { in rtrequest1()
1354 if (rt->rt_ifp == arg->ifp && rt->rt_flags & RTF_WASCLONED) in rt_purgecloned_callback()
/dragonfly/usr.sbin/ndp/
H A Dndp.c657 #ifdef RTF_WASCLONED in dump()
658 if (rtm->rtm_flags & RTF_WASCLONED) in dump()
/dragonfly/usr.sbin/route6d/
H A Droute6d.c2286 #ifdef RTF_WASCLONED in rtflags()
2287 RTFLAG("W", RTF_WASCLONED); in rtflags()
2426 #ifdef RTF_WASCLONED in rt_entry()
2427 if (rtm->rtm_flags & RTF_WASCLONED) in rt_entry()
/dragonfly/contrib/dhcpcd/src/
H A Dif-bsd.c839 #ifdef RTF_WASCLONED in if_realroute()
840 if (rtm->rtm_flags & RTF_WASCLONED) in if_realroute()