Home
last modified time | relevance | path

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

/xnu-11417.101.15/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.c2216 flags |= RTF_WASCLONED; in rtrequest_common_locked()
3023 if (rt->rt_flags & RTF_WASCLONED) { in rt_set_gwroute()
3826 (rt->rt_flags & (RTF_UP | RTF_WASCLONED | RTF_IFREF)) == in rt_set_idleref()
3827 (RTF_UP | RTF_WASCLONED)) { in rt_set_idleref()
4350 if ((hint->rt_flags & (RTF_WASCLONED | RTF_UP)) == in route_to_gwroute()
4351 (RTF_WASCLONED | RTF_UP)) { in route_to_gwroute()
/xnu-11417.101.15/tools/lldbmacros/
H A Droutedefines.py17 RTF_WASCLONED = 0x20000 variable
H A Dnet.py778 if (rt.rt_flags & RTF_WASCLONED):
821 if (rt.rt_flags & RTF_WASCLONED):
/xnu-11417.101.15/bsd/netinet6/
H A Din6_rmx.c480 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in6_clsroute()
H A Dip6_input.c706 #if RTF_WASCLONED in ip6_input_check_interface()
707 !(rin6->ro_rt->rt_flags & RTF_WASCLONED) && in ip6_input_check_interface()
H A Dnd6.c4055 if ((hint->rt_flags & (RTF_WASCLONED | RTF_UP)) == in nd6_output_list()
4056 (RTF_WASCLONED | RTF_UP)) { in nd6_output_list()
/xnu-11417.101.15/bsd/netinet/
H A Din_rmx.c394 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in_clsroute()
H A Din_arp.c1187 (rt->rt_flags & (RTF_WASCLONED | RTF_STATIC)) == in arp_lookup_route()
1188 RTF_WASCLONED) { in arp_lookup_route()