pub const IPV6_FLOWINFO_FLOWLABEL: i32 = 0x000f_ffff;
Expand description

Bitmask constant declarations to help applications select out the flow label and priority fields.

Note that this are in host byte order while the flowinfo field of sockaddr_in6 is in network byte order.