Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dtcp_var.h822 uint32_t t_ts_offset; /* Randomized timestamp offset to hide on-the-wire timestamp */ member
H A Dtcp_input.c2444 to.to_tsecr -= tp->t_ts_offset; in tcp_input()
6192 to->to_tsecr -= tp->t_ts_offset; in tcp_dooptions()
H A Dtcp_output.c1868 *lp++ = htonl(tcp_now_local + tp->t_ts_offset); in tcp_output()
H A Dtcp_subr.c2798 tp->t_ts_offset = md5_buffer[1]; in tcp_new_isn()