Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhop.h74 RTF_FIXEDMTU | RTF_LOCAL | RTF_BROADCAST | RTF_MULTICAST)
/freebsd/sys/net/
H A Droute.h190 #define RTF_MULTICAST 0x800000 /* route represents a mcast address */ macro
/freebsd/tests/atf_python/sys/net/
H A Drtsock.py73 RTF_MULTICAST = 0x800000 variable in RtConst
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_route.py238 RTF_MULTICAST = 0x800000 variable in RtFlagsBSD