Home
last modified time | relevance | path

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

/xnu-8796.121.2/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.h252 tcpi_tfo_onebyte_proxy:1; /* A proxy acknowledges all but one byte of the SYN */ member
H A Dtcp_usrreq.c1831 ti->tcpi_tfo_onebyte_proxy = !!(tp->t_tfo_stats & TFO_S_ONE_BYTE_PROXY); in tcp_fill_info()
2046 tci->tcpi_tfo_onebyte_proxy = !!(tp->t_tfo_stats & TFO_S_ONE_BYTE_PROXY); in tcp_connection_fill_info()