Home
last modified time | relevance | path

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

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