Searched defs:RTF_GATEWAY (Results 1 – 4 of 4) sorted by relevance
/freebsd/tools/debugscripts/ | ||
H A D | netstat-anr.gdb | 17 set $RTF_GATEWAY = 0x2 toplevelVariable |
/freebsd/tests/atf_python/sys/net/ | ||
H A D | rtsock.py | 55 RTF_GATEWAY = 0x2 variable in RtConst |
/freebsd/sys/net/ | ||
H A D | route.h | 167 #define RTF_GATEWAY 0x2 /* destination is a gateway */ macro |
/freebsd/tests/atf_python/sys/netlink/ | ||
H A D | netlink_route.py | 220 RTF_GATEWAY = 0x2 variable in RtFlagsBSD |