Home
last modified time | relevance | path

Searched defs:IPV6_FLOWLABEL_MASK (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/netinet/
Dip6.h98 #define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro
102 #define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro
/freebsd-9-stable/contrib/tcpdump/
Dip6.h100 #define IPV6_FLOWLABEL_MASK ((u_int32_t)htonl(0x000fffff)) /* flow label (20 bits) */ macro