Searched refs:to_mss (Results 1 – 3 of 3) sorted by relevance
686 to.to_mss = tcp_mssopt(tp); in tcp_output()1364 to->to_mss = htons(to->to_mss); in tcp_addoptions()1365 bcopy((uint8_t *)&to->to_mss, optp, sizeof(to->to_mss)); in tcp_addoptions()1366 optp += sizeof(to->to_mss); in tcp_addoptions()
886 tcp_mss(tp, /*sc->sc_peer_mss*/(to.to_flags & TOF_MSS) ? to.to_mss : 0); in tcp_input()1087 tcp_mss(tp, to.to_mss); in tcp_do_segment()2633 (char *)&to->to_mss, sizeof(to->to_mss)); in tcp_dooptions()2634 to->to_mss = ntohs(to->to_mss); in tcp_dooptions()
488 u_int16_t to_mss; /* maximum segment size */ member