Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dip6_id.c137 ip6_randomflowlabel(void) in ip6_randomflowlabel() function
H A Dip6_var.h618 extern uint32_t ip6_randomflowlabel(void);
H A Dudp6_output.c425 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in udp6_output()
H A Dudp6_usrreq.c1057 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in udp6_connect()
H A Draw_ip6.c552 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in rip6_output()
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_usrreq.c1721 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in tcp6_connect()
H A Dtcp_input.c2710 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in tcp_setup_server_socket()