Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Droute.h112 #define RTF_WASCLONED 0x20000 /* route generated through cloning */ macro
135 RTF_WASCLONED | RTF_GATEWAY)) ==\
136 (RTF_HOST | RTF_LLINFO | RTF_WASCLONED))
H A Droute.c2217 flags |= RTF_WASCLONED; in rtrequest_common_locked()
3024 if (rt->rt_flags & RTF_WASCLONED) { in rt_set_gwroute()
3829 (rt->rt_flags & (RTF_UP | RTF_WASCLONED | RTF_IFREF)) == in rt_set_idleref()
3830 (RTF_UP | RTF_WASCLONED)) { in rt_set_idleref()
4353 if ((hint->rt_flags & (RTF_WASCLONED | RTF_UP)) == in route_to_gwroute()
4354 (RTF_WASCLONED | RTF_UP)) { in route_to_gwroute()
/xnu-12377.41.6/tools/lldbmacros/
H A Droutedefines.py17 RTF_WASCLONED = 0x20000 variable
H A Dnet.py731 if (rt.rt_flags & RTF_WASCLONED):
774 if (rt.rt_flags & RTF_WASCLONED):
/xnu-12377.41.6/bsd/netinet6/
H A Din6_rmx.c480 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in6_clsroute()
H A Dip6_input.c707 #if RTF_WASCLONED in ip6_input_check_interface()
708 !(rin6->ro_rt->rt_flags & RTF_WASCLONED) && in ip6_input_check_interface()
H A Dnd6.c4069 if ((hint->rt_flags & (RTF_WASCLONED | RTF_UP)) == in nd6_output_list()
4070 (RTF_WASCLONED | RTF_UP)) { in nd6_output_list()
/xnu-12377.41.6/bsd/netinet/
H A Din_rmx.c395 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in_clsroute()
H A Din_arp.c1188 (rt->rt_flags & (RTF_WASCLONED | RTF_STATIC)) == in arp_lookup_route()
1189 RTF_WASCLONED) { in arp_lookup_route()