Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_subr.c863 tcp_filloptions(struct tcpopt *peer_to, uint16_t thflags, uint16_t mss, uint8_t rcv_scale, in tcp_filloptions() argument
874 if (peer_to->to_flags & TOF_SCALE) { in tcp_filloptions()
878 if (peer_to->to_flags & TOF_SACKPERM) { in tcp_filloptions()
882 if ((peer_to->to_flags & TOF_TS)) { in tcp_filloptions()
885 to.to_tsecr = peer_to->to_tsval; in tcp_filloptions()
933 struct tcpopt *peer_to, uint16_t mss, uint8_t rcv_scale, uint32_t ts_offset, in tcp_respond() argument
1048 if (peer_to != NULL) { in tcp_respond()
1050 optlen = tcp_filloptions(peer_to, flags, mss, rcv_scale, ts_offset, optp); in tcp_respond()