Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dtcp.h421 tcpi_tfo_onebyte_proxy:1; /* A proxy acknowledges all but one byte of the SYN */ member
568 tcpi_tfo_onebyte_proxy:1, /* A proxy acknowledges all but one byte of the SYN */ member
H A Dtcp_usrreq.c1773 ti->tcpi_tfo_onebyte_proxy = !!(tp->t_tfo_stats & TFO_S_ONE_BYTE_PROXY); in tcp_fill_info()
1988 tci->tcpi_tfo_onebyte_proxy = !!(tp->t_tfo_stats & TFO_S_ONE_BYTE_PROXY); in tcp_connection_fill_info()