Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Droutedefines.py24 RTF_CONDEMNED = 0x2000000 variable
H A Dnet.py787 if (rt.rt_flags & RTF_CONDEMNED):
/xnu-8019.80.24/bsd/net/
H A Droute.h158 ((_ro)->ro_rt->rt_flags & (RTF_UP|RTF_CONDEMNED)) != RTF_UP || \
312 #define RTF_CONDEMNED 0x2000000 /* defunct; no longer modifiable */ macro
H A Droute.c1994 rt->rt_flags |= RTF_CONDEMNED; in rtrequest_common_locked()
2649 if (rt->rt_flags & RTF_CONDEMNED) { in rt_setgate()
2774 if (rt->rt_flags & RTF_CONDEMNED) { in rt_setgate()
3131 if (!(RT(rn)->rt_flags & RTF_CONDEMNED)) { in rt_lookup_common()
3360 if ((rt->rt_flags & (RTF_UP | RTF_CONDEMNED)) == RTF_UP) { in rt_validate()
H A Drtsock.c901 if (rt->rt_flags & RTF_CONDEMNED) { in rt_setif()
954 if (rt->rt_flags & RTF_CONDEMNED) { in rt_setif()
/xnu-8019.80.24/bsd/netinet6/
H A Din6_ifattach.c1222 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.c2647 rt->rt_flags |= RTF_CONDEMNED; in nd6_alt_node_absent()
H A Dnd6.c2570 rt->rt_flags |= RTF_CONDEMNED; in nd6_free()
/xnu-8019.80.24/bsd/netinet/
H A Din_arp.c1203 rt->rt_flags |= RTF_CONDEMNED; in arp_lookup_route()
2001 (route->rt_flags & RTF_CONDEMNED)) { in arp_ip_handle_input()
H A Din_pcb.c2153 rt->rt_flags |= RTF_CONDEMNED; in in_losing()