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

/xnu-2422.115.4/tools/lldbmacros/
H A Droutedefines.py10 RTF_XRESOLVE = 0x200 variable
H A Dnet.py674 if (rt.rt_flags & RTF_XRESOLVE):
/xnu-2422.115.4/bsd/net/
H A Droute.h240 #define RTF_XRESOLVE 0x200 /* external daemon resolves name */ macro
H A Droute.c148 * RTF_DONE, RTF_XRESOLVE, RTF_STATIC, RTF_BLACKHOLE, RTF_ANNOUNCE,
956 if ((rt = newrt) && (rt->rt_flags & RTF_XRESOLVE)) {

Completed in 31 milliseconds