Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/lldbmacros/
H A Droutedefines.py20 RTF_LOCAL = 0x200000 variable
/xnu-8792.41.9/bsd/net/
H A Droute.h119 #define RTF_LOCAL 0x200000 /* route represents a local address */ macro
H A Dnetsrc.c143 if (rt->rt_flags & RTF_LOCAL) { in netsrc_common()
H A Dnecp.c7542 if (rt != NULL && (rt->rt_flags & RTF_LOCAL)) { in necp_application_find_policy_match_internal()
/xnu-8792.41.9/bsd/netinet6/
H A Din6_rmx.c215 rt->rt_flags |= RTF_LOCAL; in in6_addroute()
/xnu-8792.41.9/bsd/netinet/
H A Din_rmx.c166 rt->rt_flags |= RTF_LOCAL; in in_addroute()