Home
last modified time | relevance | path

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

/xnu-8792.41.9/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.c390 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in udp6_output()
H A Draw_ip6.c543 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in rip6_output()
H A Dudp6_usrreq.c996 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in udp6_connect()
/xnu-8792.41.9/bsd/netinet/
H A Dtcp_usrreq.c1690 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in tcp6_connect()
H A Dtcp_input.c3399 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in tcp_input()