Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Droutedefines.py17 RTF_WASCLONED = 0x20000 variable
H A Dnet.py732 if (rt.rt_flags & RTF_WASCLONED):
775 if (rt.rt_flags & RTF_WASCLONED):
/xnu-8019.80.24/bsd/net/
H A Droute.h304 #define RTF_WASCLONED 0x20000 /* route generated through cloning */ macro
H A Droute.c2156 flags |= RTF_WASCLONED; in rtrequest_common_locked()
2937 if (rt->rt_flags & RTF_WASCLONED) { in rt_set_gwroute()
3719 (rt->rt_flags & (RTF_UP | RTF_WASCLONED | RTF_IFREF)) == in rt_set_idleref()
3720 (RTF_UP | RTF_WASCLONED)) { in rt_set_idleref()
4239 if ((hint->rt_flags & (RTF_WASCLONED | RTF_UP)) == in route_to_gwroute()
4240 (RTF_WASCLONED | RTF_UP)) { in route_to_gwroute()
/xnu-8019.80.24/bsd/netinet6/
H A Din6_rmx.c473 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in6_clsroute()
H A Dip6_input.c703 #if RTF_WASCLONED in ip6_input_check_interface()
704 !(rin6->ro_rt->rt_flags & RTF_WASCLONED) && in ip6_input_check_interface()
H A Dnd6_nbr.c2634 (rt->rt_flags & (RTF_HOST | RTF_LLINFO | RTF_WASCLONED)) == in nd6_alt_node_absent()
2635 (RTF_HOST | RTF_LLINFO | RTF_WASCLONED)) { in nd6_alt_node_absent()
H A Dnd6.c4198 if ((hint->rt_flags & (RTF_WASCLONED | RTF_UP)) == in nd6_output_list()
4199 (RTF_WASCLONED | RTF_UP)) { in nd6_output_list()
/xnu-8019.80.24/bsd/netinet/
H A Din_rmx.c392 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in_clsroute()
H A Din_arp.c1196 (rt->rt_flags & (RTF_WASCLONED | RTF_STATIC)) == in arp_lookup_route()
1197 RTF_WASCLONED) { in arp_lookup_route()