Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_var.h539 uint32_t t_ts_offset; /* Randomized timestamp offset to hide on-the-wire timestamp */ member
H A Dtcp_input.c2675 tp->t_ts_offset = tpi->ts_offset; in tcp_setup_server_socket()
3192 to.to_tsecr -= tp->t_ts_offset; in tcp_input()
6450 to->to_tsecr -= tp->t_ts_offset; in tcp_dooptions()
H A Dtcp_output.c2517 tsval = tp->t_ts_offset + tp->t_latest_tx; in tcp_output()
H A Dtcp_subr.c3040 tp->t_ts_offset = md5_buffer[1]; in tcp_new_isn()