Searched refs:listenfd6 (Results 1 – 3 of 3) sorted by relevance
422 if (listenfd6 != -1) { in sigterm()423 shutdown(listenfd6, 2); in sigterm()424 (void) close(listenfd6); in sigterm()5364 if (listenfd6 == -1 && v6ready != 0) { in standalone_server()5393 set_cloexec_flag(listenfd6); in standalone_server()5396 if (listenfd == -1 && listenfd6 == -1) { in standalone_server()5405 if (listenfd > listenfd6) { in standalone_server()5408 max_fd = listenfd6; in standalone_server()5413 safe_fd_set(listenfd6, &rs); in standalone_server()5423 if (safe_fd_isset(listenfd6, &rs)) { in standalone_server()[all …]
54 static volatile int listenfd6 = -1; variable
494 We now use two listening sockets (listenfd / listenfd6), one for IPv4, one