Home
last modified time | relevance | path

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

/xnu-10063.101.15/tools/lldbmacros/ !
H A Droutedefines.py10 RTF_XRESOLVE = 0x200 variable
H A Dnet.py789 if (rt.rt_flags & RTF_XRESOLVE):
/xnu-10063.101.15/bsd/net/ !
H A Droute.h103 #define RTF_XRESOLVE 0x200 /* external daemon resolves name */ macro
H A Droute.c1080 if ((rt = newrt) && (rt->rt_flags & RTF_XRESOLVE)) { in rtalloc1_common_locked()