Home
last modified time | relevance | path

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

/xnu-10063.101.15/tools/lldbmacros/
H A Droutedefines.py24 RTF_CONDEMNED = 0x2000000 variable
H A Dnet.py795 if (rt.rt_flags & RTF_CONDEMNED):
/xnu-10063.101.15/bsd/net/
H A Droute.h120 #define RTF_CONDEMNED 0x2000000 /* defunct; no longer modifiable */ macro
H A Droute_private.h122 ((_ro)->ro_rt->rt_flags & (RTF_UP|RTF_CONDEMNED)) != RTF_UP || \
H A Droute.c1996 rt->rt_flags |= RTF_CONDEMNED; in rtrequest_common_locked()
2665 if (rt->rt_flags & RTF_CONDEMNED) { in rt_setgate()
2790 if (rt->rt_flags & RTF_CONDEMNED) { in rt_setgate()
3146 if (!(RT(rn)->rt_flags & RTF_CONDEMNED)) { in rt_lookup_common()
3374 if ((rt->rt_flags & (RTF_UP | RTF_CONDEMNED)) == RTF_UP) { in rt_validate()
H A Drtsock.c924 if (rt->rt_flags & RTF_CONDEMNED) { in rt_setif()
977 if (rt->rt_flags & RTF_CONDEMNED) { in rt_setif()
/xnu-10063.101.15/bsd/netinet6/
H A Din6_ifattach.c1198 rt->rt_flags |= RTF_CONDEMNED; in in6_ifdetach()
H A Dnd6_prproxy.c646 rt->rt_flags |= RTF_CONDEMNED; in nd6_proxy_find_fwdroute()
H A Din6_pcb.c1338 rt->rt_flags |= RTF_CONDEMNED; in in6_losing()
H A Dnd6_nbr.c2685 rt->rt_flags |= RTF_CONDEMNED; in nd6_alt_node_absent()
H A Dnd6.c2622 rt->rt_flags |= RTF_CONDEMNED; in nd6_free()
/xnu-10063.101.15/bsd/netinet/
H A Din_arp.c1206 rt->rt_flags |= RTF_CONDEMNED; in arp_lookup_route()
2004 (route->rt_flags & RTF_CONDEMNED)) { in arp_ip_handle_input()
H A Din_pcblist.c596 (inp->inp_route.ro_rt->rt_flags & (RTF_UP | RTF_CONDEMNED)) != RTF_UP) { in inpcb_get_if_ports_used()
H A Din_pcb.c2281 rt->rt_flags |= RTF_CONDEMNED; in in_losing()
/xnu-10063.101.15/bsd/skywalk/namespace/
H A Dnetns.c1837 (fr->fr_rt_dst->rt_flags & (RTF_UP | RTF_CONDEMNED)) != RTF_UP) { in netns_local_port_scan_flow_entry()