Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_subr.c1085 uint32_t random_32; in tcp_newtcpcb() local
1169 read_frandom(&random_32, sizeof(random_32)); in tcp_newtcpcb()
1171 tp->t_comp_gencnt = random_32; in tcp_newtcpcb()
1179 tp->t_ts_offset = random_32; in tcp_newtcpcb()