Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dip6.h103 #define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro
107 #define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro
/netbsd-src/external/bsd/tcpdump/dist/
H A Dip6.h96 #define IPV6_FLOWLABEL_MASK ((uint32_t)htonl(0x000fffff)) /* flow label (20 bits) */ macro
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1415 # define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro
1418 # define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro