Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/ !
H A Dtcp_subr.c1098 uint32_t random_32; in tcp_newtcpcb() local
1182 read_frandom(&random_32, sizeof(random_32)); in tcp_newtcpcb()
1183 tp->t_comp_gencnt = random_32; in tcp_newtcpcb()
1190 tp->t_ts_offset = random_32; in tcp_newtcpcb()