Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_usrreq.c1755 ti->tcpi_tfo_cookie_sent = !!(tp->t_tfo_stats & TFO_S_COOKIE_SENT); in tcp_fill_info()
1971 tci->tcpi_tfo_cookie_sent = !!(tp->t_tfo_stats & TFO_S_COOKIE_SENT); in tcp_connection_fill_info()
H A Dtcp_var.h608 #define TFO_S_COOKIE_SENT 0x04 /* TFO-cookie announced in SYN/ACK */ macro
H A Dtcp_output.c386 tp->t_tfo_stats |= TFO_S_COOKIE_SENT; in tcp_tfo_write_cookie_rep()