Searched refs:RTF_LOCAL (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/tools/lldbmacros/
H A Droutedefines.py20 RTF_LOCAL = 0x200000 variable
/xnu-2422.115.4/bsd/net/
H A Droute.h253 #define RTF_LOCAL 0x200000 /* route represents a local address */ macro
/xnu-2422.115.4/bsd/netinet/
H A Din_rmx.c162 rt->rt_flags |= RTF_LOCAL;
/xnu-2422.115.4/bsd/netinet6/
H A Din6_rmx.c197 * For local addresses, we make sure that RTF_LOCAL is set,
213 rt->rt_flags |= RTF_LOCAL;

Completed in 49 milliseconds