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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_output.c1051 (!(tp->t_flags & TF_SENTFIN) || tp->snd_nxt == tp->snd_una))
1713 if (flags & TH_FIN && (tp->t_flags & TF_SENTFIN) &&
1869 !(tp->t_flags & TF_SENTFIN)) {
1871 tp->t_flags |= TF_SENTFIN;
1965 !(tp->t_flags & TF_SENTFIN)) {
1967 tp->t_flags |= TF_SENTFIN;
2202 * the TF_SENTFIN flag handles that case.
H A Dtcp_var.h248 #define TF_SENTFIN 0x00010 /* have sent FIN */ macro
686 #define TF_SENTFIN 0x00010 /* have sent FIN */ macro
H A Dtcp_timer.c721 (tp->t_flags & TF_SENTFIN) != 0 &&
H A Dtcp_input.c3541 (tp->t_flags & TF_SENTFIN) &&

Completed in 76 milliseconds