Searched defs:RTF_UP (Results 1 – 4 of 4) sorted by relevance
/freebsd/tools/debugscripts/ | ||
H A D | netstat-anr.gdb | 16 set $RTF_UP = 0x1 toplevelVariable |
/freebsd/tests/atf_python/sys/net/ | ||
H A D | rtsock.py | 54 RTF_UP = 0x1 variable in RtConst |
/freebsd/sys/net/ | ||
H A D | route.h | 166 #define RTF_UP 0x1 /* route usable */ macro |
/freebsd/tests/atf_python/sys/netlink/ | ||
H A D | netlink_route.py | 219 RTF_UP = 0x1 variable in RtFlagsBSD |