Home
last modified time | relevance | path

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

/netbsd/external/bsd/nsd/dist/
H A Dserver.c360 int tcp_fastopen_fp; in report_tcp_fastopen_config() local
363 if ( (tcp_fastopen_fp = open(TCP_FASTOPEN_FILE, O_RDONLY)) == -1 ) { in report_tcp_fastopen_config()
366 if (read(tcp_fastopen_fp, &tcp_fastopen_value, 1) == -1 ) { in report_tcp_fastopen_config()
368 close(tcp_fastopen_fp); in report_tcp_fastopen_config()
377 close(tcp_fastopen_fp); in report_tcp_fastopen_config()
379 close(tcp_fastopen_fp); in report_tcp_fastopen_config()