Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_subr.c764 tcp_filloptions(struct tcpopt *peer_to, uint16_t thflags, uint16_t mss, uint8_t rcv_scale, in tcp_filloptions() argument
775 if (peer_to->to_flags & TOF_SCALE) { in tcp_filloptions()
779 if (peer_to->to_flags & TOF_SACKPERM) { in tcp_filloptions()
783 if ((peer_to->to_flags & TOF_TS)) { in tcp_filloptions()
786 to.to_tsecr = peer_to->to_tsval; in tcp_filloptions()
834 struct tcpopt *peer_to, uint16_t mss, uint8_t rcv_scale, uint32_t ts_offset, in tcp_respond() argument
949 if (peer_to != NULL) { in tcp_respond()
951 optlen = tcp_filloptions(peer_to, flags, mss, rcv_scale, ts_offset, optp); in tcp_respond()