Searched defs:thesock (Results 1 - 1 of 1) sorted by relevance
/httpd/server/ |
H A D | listen.c | 150 int thesock; local 151 apr_os_sock_get(&thesock, s); 152 if (setsockopt(thesock, SOL_SOCKET, SO_REUSEPORT, 817 int thesock; local 818 apr_os_sock_get(&thesock, lr->sd); 819 if ((stat = alloc_systemd_listener(s->process, thesock, 943 int thesock, on = 1; local 944 apr_os_sock_get(&thesock, sock); 945 ap_have_so_reuseport = (setsockopt(thesock, SOL_SOCKET,
|
Completed in 341 milliseconds