Home
last modified time | relevance | path

Searched refs:TF_LASTIDLE (Results 1 – 2 of 2) sorted by relevance

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_output.c132 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in tcp_output()
136 tp->t_flags &= ~TF_LASTIDLE; in tcp_output()
139 tp->t_flags |= TF_LASTIDLE; in tcp_output()
Dtcp_var.h411 #define TF_LASTIDLE 0x040000 /* connection was previously idle */ macro