Searched refs:RTF_XRESOLVE (Results 1 – 4 of 4) sorted by relevance
10 RTF_XRESOLVE = 0x200 variable
792 if (rt.rt_flags & RTF_XRESOLVE):
299 #define RTF_XRESOLVE 0x200 /* external daemon resolves name */ macro
1079 if ((rt = newrt) && (rt->rt_flags & RTF_XRESOLVE)) { in rtalloc1_common_locked()