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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_newreno.c379 if ((tp->t_flags & TF_RXWIN0SENT) == 0 &&
385 if ((tp->t_flags & TF_RXWIN0SENT) == 0 &&
H A Dtcp_ledbat.c404 if ((tp->t_flags & TF_RXWIN0SENT) == 0 &&
H A Dtcp_var.h217 #define TF_RXWIN0SENT 0x40000 /* sent a receiver win 0 in response */ macro
548 #define TF_RXWIN0SENT 0x40000 /* sent a receiver win 0 in response */ macro
H A Dtcp_output.c1562 tp->t_flags |= TF_RXWIN0SENT;
1564 tp->t_flags &= ~TF_RXWIN0SENT;

Completed in 30 milliseconds