Searched refs:IPV6_FLOWINFO_MASK (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/
H A Dip6.h99 #define IPV6_FLOWINFO_MASK ((uint32_t)htonl(0x0fffffff)) /* flow info (28 bits) */ macro
/freebsd-11-stable/sys/netinet/
H A Dip6.h97 #define IPV6_FLOWINFO_MASK 0x0fffffff /* flow info (28 bits) */ macro
101 #define IPV6_FLOWINFO_MASK 0xffffff0f /* flow info (28 bits) */ macro
H A Dtcp_subr.c797 ip6->ip6_flow = (ip6->ip6_flow & ~IPV6_FLOWINFO_MASK) |
798 (inp->inp_flow & IPV6_FLOWINFO_MASK);
H A Dtcp_syncache.c1691 ip6->ip6_flow &= ~IPV6_FLOWINFO_MASK;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1118 #if !defined(IPV6_FLOWINFO_MASK)
1120 # define IPV6_FLOWINFO_MASK 0x0fffffff /* flow info (28 bits) */ macro
1123 # define IPV6_FLOWINFO_MASK 0xffffff0f /* flow info (28 bits) */ macro
/freebsd-11-stable/sys/netinet6/
H A Draw_ip6.c480 ip6->ip6_flow = (ip6->ip6_flow & ~IPV6_FLOWINFO_MASK) |
481 (in6p->inp_flow & IPV6_FLOWINFO_MASK);
H A Dudp6_usrreq.c836 ip6->ip6_flow = inp->inp_flow & IPV6_FLOWINFO_MASK;
H A Dip6_input.c1334 flowinfo = (u_int32_t)ntohl(ip6->ip6_flow & IPV6_FLOWINFO_MASK);

Completed in 123 milliseconds