Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_output.c691 to.to_wscale = tp->request_r_scale; in tcp_output()
1378 *optp++ = to->to_wscale; in tcp_addoptions()
Dtcp_var.h489 u_int8_t to_wscale; /* window scaling */ member
Dtcp_input.c855 tp->snd_scale = /*sc->sc_requested_s_scale*/to.to_wscale; in tcp_input()
1074 tp->snd_scale = to.to_wscale; in tcp_do_segment()
2642 to->to_wscale = min(cp[2], TCP_MAX_WINSHIFT); in tcp_dooptions()