Home
last modified time | relevance | path

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

/external/qemu/slirp-android/
Dtcp_output.c227 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una))
407 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN &&
485 tp->t_flags |= TF_SENTFIN;
Dtcp_var.h62 #define TF_SENTFIN 0x0010 /* have sent FIN */ macro
/external/qemu/slirp/
Dtcp_output.c227 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una))
407 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN &&
485 tp->t_flags |= TF_SENTFIN;
Dtcp_var.h57 #define TF_SENTFIN 0x0010 /* have sent FIN */ macro