Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/lldbmacros/
H A Droutedefines.py17 RTF_WASCLONED = 0x20000 variable
H A Dnet.py743 if (rt.rt_flags & RTF_WASCLONED):
786 if (rt.rt_flags & RTF_WASCLONED):
/xnu-8020.140.41/bsd/net/
H A Droute.h310 #define RTF_WASCLONED 0x20000 /* route generated through cloning */ macro
339 RTF_WASCLONED | RTF_GATEWAY)) ==\
340 (RTF_HOST | RTF_LLINFO | RTF_WASCLONED))
H A Droute.c2152 flags |= RTF_WASCLONED; in rtrequest_common_locked()
2932 if (rt->rt_flags & RTF_WASCLONED) { in rt_set_gwroute()
3714 (rt->rt_flags & (RTF_UP | RTF_WASCLONED | RTF_IFREF)) == in rt_set_idleref()
3715 (RTF_UP | RTF_WASCLONED)) { in rt_set_idleref()
4258 if ((hint->rt_flags & (RTF_WASCLONED | RTF_UP)) == in route_to_gwroute()
4259 (RTF_WASCLONED | RTF_UP)) { in route_to_gwroute()
/xnu-8020.140.41/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.c4234 if ((hint->rt_flags & (RTF_WASCLONED | RTF_UP)) == in nd6_output_list()
4235 (RTF_WASCLONED | RTF_UP)) { in nd6_output_list()
/xnu-8020.140.41/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()