Searched refs:to_mss (Results 1 – 3 of 3) sorted by relevance
734 to.to_mss = tcp_mssopt(tp); in tcp_output()1454 to->to_mss = htons(to->to_mss); in tcp_addoptions()1455 bcopy((uint8_t *)&to->to_mss, optp, sizeof(to->to_mss)); in tcp_addoptions()1456 optp += sizeof(to->to_mss); in tcp_addoptions()
940 tcp_mss(tp, /*sc->sc_peer_mss*/(to.to_flags & TOF_MSS) ? to.to_mss : 0); in tcp_input()1162 tcp_mss(tp, to.to_mss); in tcp_do_segment()1174 mss = to.to_mss; in tcp_do_segment()2801 (char *)&to->to_mss, sizeof(to->to_mss)); in tcp_dooptions()2802 to->to_mss = ntohs(to->to_mss); in tcp_dooptions()
507 u_int16_t to_mss; /* maximum segment size */ member