Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/netinet/
H A Dtcp.h292 tcpi_tfo_onebyte_proxy:1, /* A proxy acknowledges all but one byte of the SYN */ member
H A Dtcp_private.h281 tcpi_tfo_onebyte_proxy:1; /* A proxy acknowledges all but one byte of the SYN */ member
H A Dtcp_usrreq.c1860 ti->tcpi_tfo_onebyte_proxy = !!(tp->t_tfo_stats & TFO_S_ONE_BYTE_PROXY); in tcp_fill_info()
2085 tci->tcpi_tfo_onebyte_proxy = !!(tp->t_tfo_stats & TFO_S_ONE_BYTE_PROXY); in tcp_connection_fill_info()