Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dip6.h135 #define IPV6_FLOWINFO_MASK 0x0fffffff /* flow info (28 bits) */ macro
140 #define IPV6_FLOWINFO_MASK 0xffffff0f /* flow info (28 bits) */ macro
H A Dtcp_subr.c654 ip6->ip6_flow = (ip6->ip6_flow & ~IPV6_FLOWINFO_MASK) | in tcp_fillheaders()
655 (inp->inp_flow & IPV6_FLOWINFO_MASK); in tcp_fillheaders()
H A Dudp_usrreq.c3062 ip6->ip6_flow = inp->inp_flow & IPV6_FLOWINFO_MASK; in udp_fill_keepalive_offload_frames()
H A Dtcp_usrreq.c1704 if ((sin6->sin6_flowinfo & IPV6_FLOWINFO_MASK) != 0) { in tcp6_connect()
/xnu-10002.81.5/bsd/netinet6/
H A Draw_ip6.c682 ip6->ip6_flow = (ip6->ip6_flow & ~IPV6_FLOWINFO_MASK) | in rip6_output()
683 (in6p->inp_flow & IPV6_FLOWINFO_MASK); in rip6_output()
H A Dudp6_output.c429 ip6->ip6_flow = in6p->inp_flow & IPV6_FLOWINFO_MASK; in udp6_output()
H A Dip6_input.c1931 flowinfo = (u_int32_t)ntohl(ip6->ip6_flow & IPV6_FLOWINFO_MASK); in ip6_savecontrol()