Searched refs:ap_have_so_reuseport (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dap_listen.h81 AP_DECLARE_DATA extern int ap_have_so_reuseport;
/httpd/server/
H A Dlisten.c59 AP_DECLARE_DATA int ap_have_so_reuseport = -1; variable
149 if (ap_have_so_reuseport) {
780 if (ap_have_so_reuseport) {
924 if (ap_have_so_reuseport < 0) {
945 ap_have_so_reuseport = (setsockopt(thesock, SOL_SOCKET,
952 ap_have_so_reuseport = 0;
H A Dlog.c1496 ap_have_so_reuseport ? "yes" : "no",

Completed in 1447 milliseconds