Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_syncookie.c369 tpi->th->th_seq + 1, seq, win, flags, tpi->to, mss, rcv_scale, tpi->ts_offset, &tra, true); in syncookie_respond()
523 tpi->ts_offset = siphash[1]; in syncookie_siphash()
553 tpi->ts_offset = mac[1]; in syncookie_hmac_sha256()
H A Dtcp_subr.c860 uint32_t ts_offset, u_char *__counted_by(TCP_MAXOLEN) optp) in tcp_filloptions() argument
880 to.to_tsval = ts_offset + tcp_now_local; in tcp_filloptions()
929 struct tcpopt *peer_to, uint16_t mss, uint8_t rcv_scale, uint32_t ts_offset, in tcp_respond() argument
1046 optlen = tcp_filloptions(peer_to, flags, mss, rcv_scale, ts_offset, optp); in tcp_respond()
H A Dtcp_var.h275 uint32_t ts_offset; member
H A Dtcp_input.c2674 if (tpi->ts_offset) { in tcp_setup_server_socket()
2675 tp->t_ts_offset = tpi->ts_offset; in tcp_setup_server_socket()
2677 tpi->to->to_tsecr -= tpi->ts_offset; in tcp_setup_server_socket()