Home
last modified time | relevance | path

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

/dragonfly/sbin/route/
H A Dshow.c74 { RTF_XRESOLVE, 'X' },
H A Droute.c663 flags |= RTF_XRESOLVE; in newroute()
/dragonfly/sys/net/
H A Droute.h174 #define RTF_XRESOLVE 0x200 /* external daemon resolves name */ macro
H A Droute.c268 if (clonedroute->rt_flags & RTF_XRESOLVE) in _rtlookup()
/dragonfly/usr.bin/netstat/
H A Droute.c83 { RTF_XRESOLVE, 'X' },
/dragonfly/usr.sbin/ppp/
H A Droute.c162 { RTF_XRESOLVE, 'X' },
/dragonfly/usr.sbin/route6d/
H A Droute6d.c2289 RTFLAG("X", RTF_XRESOLVE); in rtflags()
2422 (RTF_CLONING|RTF_XRESOLVE|RTF_LLINFO|RTF_BLACKHOLE)) { in rt_entry()