Searched refs:to_wscale (Results 1 – 3 of 3) sorted by relevance
508 u_int8_t to_wscale; /* window scaling */ member
772 to.to_wscale = tp->request_r_scale; in tcp_output()1468 *optp++ = to->to_wscale; in tcp_addoptions()
909 tp->snd_scale = /*sc->sc_requested_s_scale*/to.to_wscale; in tcp_input()1149 tp->snd_scale = to.to_wscale; in tcp_do_segment()2810 to->to_wscale = min(cp[2], TCP_MAX_WINSHIFT); in tcp_dooptions()