Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h745 #define TFO_F_OFFER_COOKIE 0x01 /* We will offer a cookie */ macro
H A Dtcp_input.c1593 tp->t_tfo_flags |= TFO_F_OFFER_COOKIE; in tcp_tfo_syn()
1608 tp->t_tfo_flags |= TFO_F_OFFER_COOKIE; in tcp_tfo_syn()
H A Dtcp_output.c1967 (tp->t_tfo_flags & TFO_F_OFFER_COOKIE)) { in tcp_output()