Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h826 uint32_t t_ts_offset; /* Randomized timestamp offset to hide on-the-wire timestamp */ member
H A Dtcp_input.c2462 to.to_tsecr -= tp->t_ts_offset; in tcp_input()
6256 to->to_tsecr -= tp->t_ts_offset; in tcp_dooptions()
H A Dtcp_output.c1910 *lp++ = htonl(tcp_now_local + tp->t_ts_offset); in tcp_output()
H A Dtcp_subr.c2806 tp->t_ts_offset = md5_buffer[1]; in tcp_new_isn()