Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_output.c1077 tp->t_flags |= TF_RXWIN0SENT; in tcp_output()
1079 tp->t_flags &= ~TF_RXWIN0SENT; in tcp_output()
Dtcp_var.h412 #define TF_RXWIN0SENT 0x080000 /* sent a receiver win 0 in response */ macro
Dtcp_input.c314 (tp->t_flags & TF_RXWIN0SENT) == 0) && \