Home
last modified time | relevance | path

Searched refs:TF_NEEDFIN (Results 1 – 4 of 4) sorted by relevance

/openthread-3.5.0/third_party/tcplp/bsdtcp/
Dtcp_usrreq.c468 tp->t_flags |= TF_NEEDFIN; in tcp_usrclosed()
Dtcp_input.c1215 ((tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) == 0) && in tcp_do_segment()
1604 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()
1606 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
1989 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()
1991 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
Dtcp_var.h416 #define TF_NEEDFIN 0x000800 /* send FIN (implicit state) */ macro
Dtcp_output.c235 if (tp->t_flags & TF_NEEDFIN) in tcp_output()