Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dserver.c385 uint8_t tcp_fastopen_value; in report_tcp_fastopen_config() local
390 if (read(tcp_fastopen_fp, &tcp_fastopen_value, 1) == -1 ) { in report_tcp_fastopen_config()
394 if (!(tcp_fastopen_value & TCP_FASTOPEN_SERVER_BIT_MASK)) { in report_tcp_fastopen_config()