Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_subr.c259 th->th_win = 0; in tcpip_fillheaders()
330 nth->th_win = htons((uint16_t) (win >> tp->rcv_scale)); in tcp_respond()
332 nth->th_win = htons((uint16_t)win); in tcp_respond()
Dtcp.h96 uint16_t th_win; /* window */ member
Dtcp_var.h590 th->th_win = ntohs(th->th_win); in tcp_fields_to_host()
Dtcp_timewait.c163 nth->th_win = htons(tp->tw_last_win); in tcp_twrespond()
Dtcp_output.c1153 th->th_win = htons((uint16_t) in tcp_output()
1156 th->th_win = htons((uint16_t)(recwin >> tp->rcv_scale)); in tcp_output()
1166 if (th->th_win == 0) { in tcp_output()
Dtcp_input.c1069 tiwin = th->th_win << tp->snd_scale; in tcp_do_segment()
1155 tp->snd_wnd = th->th_win; in tcp_do_segment()