Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet6/
H A Dip6_id.c292 ip6_randomflowlabel(void) in ip6_randomflowlabel() function
H A Dip6_var.h612 extern u_int32_t ip6_randomflowlabel(void);
H A Dudp6_output.c391 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in udp6_output()
H A Dudp6_usrreq.c1016 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in udp6_connect()
H A Draw_ip6.c546 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in rip6_output()
/xnu-10002.41.9/bsd/netinet/
H A Dtcp_usrreq.c1714 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in tcp6_connect()
H A Dtcp_input.c3513 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in tcp_input()