Home
last modified time | relevance | path

Searched refs:IPV6_FLOWINFO_MASK (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip6.h99 #define IPV6_FLOWINFO_MASK 0x0fffffff /* flow info (28 bits) */ macro
103 #define IPV6_FLOWINFO_MASK 0xffffff0f /* flow info (28 bits) */ macro
H A Dtcp_subr.c1321 ip6->ip6_flow = (ip6->ip6_flow & ~IPV6_FLOWINFO_MASK) | in tcpip_fillheaders()
1322 (inp->inp_flow & IPV6_FLOWINFO_MASK); in tcpip_fillheaders()
H A Dtcp_syncache.c1913 ip6->ip6_flow &= ~IPV6_FLOWINFO_MASK; in syncache_respond()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1123 #if !defined(IPV6_FLOWINFO_MASK)
1125 # define IPV6_FLOWINFO_MASK 0x0fffffff /* flow info (28 bits) */ macro
1128 # define IPV6_FLOWINFO_MASK 0xffffff0f /* flow info (28 bits) */ macro
/f-stack/freebsd/netinet6/
H A Draw_ip6.c496 ip6->ip6_flow = (ip6->ip6_flow & ~IPV6_FLOWINFO_MASK) | in rip6_output()
497 (inp->inp_flow & IPV6_FLOWINFO_MASK); in rip6_output()
H A Dudp6_usrreq.c930 ip6->ip6_flow = inp->inp_flow & IPV6_FLOWINFO_MASK; in udp6_output()
H A Dip6_input.c1354 flowinfo = (u_int32_t)ntohl(ip6->ip6_flow & IPV6_FLOWINFO_MASK); in ip6_savecontrol_v4()