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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_cc.c346 if ((tp->t_flags & TF_RXWIN0SENT) == 0 &&
352 if ((tp->t_flags & TF_RXWIN0SENT) == 0 &&
H A Dtcp_ledbat.c411 if ((tp->t_flags & TF_RXWIN0SENT) == 0 &&
H A Dtcp_var.h262 #define TF_RXWIN0SENT 0x40000 /* sent a receiver win 0 in response */ macro
700 #define TF_RXWIN0SENT 0x40000 /* sent a receiver win 0 in response */ macro
H A Dtcp_output.c1794 tp->t_flags |= TF_RXWIN0SENT;
1796 tp->t_flags &= ~TF_RXWIN0SENT;

Completed in 48 milliseconds