Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/
H A Dserver.c384 int tcp_fastopen_fp; in report_tcp_fastopen_config() local
387 if ( (tcp_fastopen_fp = open(TCP_FASTOPEN_FILE, O_RDONLY)) == -1 ) { in report_tcp_fastopen_config()
390 if (read(tcp_fastopen_fp, &tcp_fastopen_value, 1) == -1 ) { in report_tcp_fastopen_config()
392 close(tcp_fastopen_fp); in report_tcp_fastopen_config()
401 close(tcp_fastopen_fp); in report_tcp_fastopen_config()
403 close(tcp_fastopen_fp); in report_tcp_fastopen_config()