Home
last modified time | relevance | path

Searched refs:TFO_F_COOKIE_SENT (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h601 #define TFO_F_COOKIE_SENT 0x08 /* Client did send a cookie in the SYN */ macro
H A Dtcp_output.c441 tp->t_tfo_flags |= TFO_F_COOKIE_SENT; in tcp_tfo_write_cookie()
H A Dtcp_input.c1701 if (tp->t_tfo_flags & TFO_F_COOKIE_SENT) { in tcp_tfo_synack()
3569 if ((tp->t_tfo_flags & (TFO_F_COOKIE_REQ | TFO_F_COOKIE_SENT)) || in tcp_input()