Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet6/ !
H A Dip6_id.c137 ip6_randomflowlabel(void) in ip6_randomflowlabel() function
H A Dip6_var.h624 extern uint32_t ip6_randomflowlabel(void);
H A Dudp6_output.c425 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in udp6_output()
H A Draw_ip6.c552 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in rip6_output()
H A Dudp6_usrreq.c1052 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in udp6_connect()
/xnu-11417.101.15/bsd/netinet/ !
H A Dtcp_usrreq.c1721 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in tcp6_connect()
H A Dtcp_input.c3657 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in tcp_input()