Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h672 uint32_t t_ts_offset; /* Randomized timestamp offset to hide on-the-wire timestamp */ member
H A Dtcp_output.c1657 *lp++ = htonl(tcp_now + tp->t_ts_offset); in tcp_output()
H A Dtcp_input.c2277 to.to_tsecr -= tp->t_ts_offset; in tcp_input()
5558 to->to_tsecr -= tp->t_ts_offset; in tcp_dooptions()
H A Dtcp_subr.c1179 tp->t_ts_offset = random_32; in tcp_newtcpcb()