Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Droute.h181 #define RTF_XRESOLVE 0x200 /* external daemon resolves name */ macro
/f-stack/tools/compat/include/net/
H A Droute.h179 #define RTF_XRESOLVE 0x200 /* external daemon resolves name */ macro
/f-stack/tools/netstat/
H A Droute.c90 { RTF_XRESOLVE, 'X', "xresolve" },
/f-stack/tools/route/
H A Droute.c959 flags |= RTF_XRESOLVE; in newroute()