Home
last modified time | relevance | path

Searched refs:RTF_LOCAL (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Droute.h116 #define RTF_LOCAL 0x200000 /* route represents a local address */ macro
139 (!((rt)->rt_flags & RTF_LOCAL) && \
H A Dnetsrc.c143 if (rt->rt_flags & RTF_LOCAL) { in netsrc_common()
H A Dnecp.c905 …_flags & RTF_GATEWAY) && (include_local_addresses || !((rt)->rt_flags & RTF_LOCAL)) && ((rt)->rt_i…
8713 if (rt != NULL && (rt->rt_flags & RTF_LOCAL)) { in necp_application_find_policy_match_internal()
/xnu-12377.41.6/tools/lldbmacros/
H A Droutedefines.py20 RTF_LOCAL = 0x200000 variable
/xnu-12377.41.6/bsd/netinet6/
H A Din6_rmx.c217 rt->rt_flags |= RTF_LOCAL; in in6_addroute()
/xnu-12377.41.6/bsd/netinet/
H A Din_rmx.c169 rt->rt_flags |= RTF_LOCAL; in in_addroute()