Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Droute.h115 #define RTF_WASCLONED 0x20000 /* route generated through cloning */ macro
144 RTF_WASCLONED | RTF_GATEWAY)) ==\
145 (RTF_HOST | RTF_LLINFO | RTF_WASCLONED))
H A Droute.c2149 flags |= RTF_WASCLONED; in rtrequest_common_locked()
2929 if (rt->rt_flags & RTF_WASCLONED) { in rt_set_gwroute()
3711 (rt->rt_flags & (RTF_UP | RTF_WASCLONED | RTF_IFREF)) == in rt_set_idleref()
3712 (RTF_UP | RTF_WASCLONED)) { in rt_set_idleref()
4256 if ((hint->rt_flags & (RTF_WASCLONED | RTF_UP)) == in route_to_gwroute()
4257 (RTF_WASCLONED | RTF_UP)) { in route_to_gwroute()
/xnu-8792.41.9/tools/lldbmacros/
H A Droutedefines.py17 RTF_WASCLONED = 0x20000 variable
H A Dnet.py745 if (rt.rt_flags & RTF_WASCLONED):
788 if (rt.rt_flags & RTF_WASCLONED):
/xnu-8792.41.9/bsd/netinet6/
H A Din6_rmx.c477 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.c4263 if ((hint->rt_flags & (RTF_WASCLONED | RTF_UP)) == in nd6_output_list()
4264 (RTF_WASCLONED | RTF_UP)) { in nd6_output_list()
/xnu-8792.41.9/bsd/netinet/
H A Din_rmx.c392 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in_clsroute()
H A Din_arp.c1198 (rt->rt_flags & (RTF_WASCLONED | RTF_STATIC)) == in arp_lookup_route()
1199 RTF_WASCLONED) { in arp_lookup_route()