Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/lldbmacros/
H A Droutedefines.py24 RTF_CONDEMNED = 0x2000000 variable
H A Dnet.py798 if (rt.rt_flags & RTF_CONDEMNED):
/xnu-8020.140.41/bsd/net/
H A Droute.h158 ((_ro)->ro_rt->rt_flags & (RTF_UP|RTF_CONDEMNED)) != RTF_UP || \
318 #define RTF_CONDEMNED 0x2000000 /* defunct; no longer modifiable */ macro
H A Droute.c1990 rt->rt_flags |= RTF_CONDEMNED; in rtrequest_common_locked()
2645 if (rt->rt_flags & RTF_CONDEMNED) { in rt_setgate()
2770 if (rt->rt_flags & RTF_CONDEMNED) { in rt_setgate()
3126 if (!(RT(rn)->rt_flags & RTF_CONDEMNED)) { in rt_lookup_common()
3355 if ((rt->rt_flags & (RTF_UP | RTF_CONDEMNED)) == RTF_UP) { in rt_validate()
H A Drtsock.c896 if (rt->rt_flags & RTF_CONDEMNED) { in rt_setif()
949 if (rt->rt_flags & RTF_CONDEMNED) { in rt_setif()
/xnu-8020.140.41/bsd/netinet6/
H A Din6_ifattach.c1203 rt->rt_flags |= RTF_CONDEMNED; in in6_ifdetach()
H A Din6_pcb.c1293 rt->rt_flags |= RTF_CONDEMNED; in in6_losing()
H A Dnd6_prproxy.c646 rt->rt_flags |= RTF_CONDEMNED; in nd6_proxy_find_fwdroute()
H A Dnd6_nbr.c2666 rt->rt_flags |= RTF_CONDEMNED; in nd6_alt_node_absent()
H A Dnd6.c2597 rt->rt_flags |= RTF_CONDEMNED; in nd6_free()
/xnu-8020.140.41/bsd/netinet/
H A Din_arp.c1203 rt->rt_flags |= RTF_CONDEMNED; in arp_lookup_route()
2002 (route->rt_flags & RTF_CONDEMNED)) { in arp_ip_handle_input()
H A Din_pcb.c2153 rt->rt_flags |= RTF_CONDEMNED; in in_losing()