Searched refs:ts_offset (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_syncookie.c | 369 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 D | tcp_subr.c | 864 uint32_t ts_offset, u_char *__counted_by(TCP_MAXOLEN) optp) in tcp_filloptions() argument 884 to.to_tsval = ts_offset + tcp_now_local; in tcp_filloptions() 933 struct tcpopt *peer_to, uint16_t mss, uint8_t rcv_scale, uint32_t ts_offset, in tcp_respond() argument 1050 optlen = tcp_filloptions(peer_to, flags, mss, rcv_scale, ts_offset, optp); in tcp_respond()
|
| H A D | tcp_var.h | 275 uint32_t ts_offset; member
|
| H A D | tcp_input.c | 2674 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()
|