Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dip6_id.c292 ip6_randomflowlabel(void) in ip6_randomflowlabel() function
H A Dip6_var.h609 extern u_int32_t ip6_randomflowlabel(void);
H A Dudp6_output.c389 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in udp6_output()
H A Dudp6_usrreq.c958 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in udp6_connect()
H A Draw_ip6.c532 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in rip6_output()
/xnu-8019.80.24/bsd/netinet/
H A Dtcp_usrreq.c1628 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in tcp6_connect()
H A Dtcp_input.c3339 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in tcp_input()