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

/freebsd-13-stable/contrib/tcpdump/
H A Dip6.h100 #define IPV6_FLOWLABEL_MASK ((uint32_t)htonl(0x000fffff)) /* flow label (20 bits) */ macro
/freebsd-13-stable/sys/netinet/
H A Dip6.h100 #define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro
104 #define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1130 # define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro
1133 # define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro

Completed in 72 milliseconds