Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dip6.h102 #define IPV6_FLOWINFO_MASK 0x0fffffff /* flow info (28 bits) */ macro
106 #define IPV6_FLOWINFO_MASK 0xffffff0f /* flow info (28 bits) */ macro
H A Dtcp_subr.c553 ip6->ip6_flow = in6p_flowinfo(inp) & IPV6_FLOWINFO_MASK; in tcp_template()
812 ip6->ip6_flow &= ~IPV6_FLOWINFO_MASK; in tcp_respond()
H A Ddccp_usrreq.c1351 ip6->ip6_flow = (ip6->ip6_flow & ~IPV6_FLOWINFO_MASK) | in dccp_output()
1352 (in6p_flowinfo(inp) & IPV6_FLOWINFO_MASK); in dccp_output()
/netbsd-src/external/bsd/tcpdump/dist/
H A Dip6.h95 #define IPV6_FLOWINFO_MASK ((uint32_t)htonl(0x0fffffff)) /* flow info (28 bits) */ macro
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1404 #if !defined(IPV6_FLOWINFO_MASK)
1406 # define IPV6_FLOWINFO_MASK 0x0fffffff /* flow info (28 bits) */ macro
1409 # define IPV6_FLOWINFO_MASK 0xffffff0f /* flow info (28 bits) */ macro
/netbsd-src/sys/netinet6/
H A Draw_ip6.c461 ip6->ip6_flow = in6p_flowinfo(inp) & IPV6_FLOWINFO_MASK; in rip6_output()
H A Dudp6_usrreq.c992 ip6->ip6_flow = in6p_flowinfo(inp) & IPV6_FLOWINFO_MASK; in udp6_output()
H A Dip6_input.c1111 flowinfo = (u_int32_t)ntohl(ip6->ip6_flow & IPV6_FLOWINFO_MASK); in ip6_savecontrol()
/netbsd-src/sys/kern/
H A Duipc_mbufdebug.c678 (*pr)("IPv6: Flow INFO = 0x%07x\n", flow & IPV6_FLOWINFO_MASK); in m_examine_ip6()