accept_socket
if (!accept_socket(&accept_socks[n], listen_socks,
if (!accept_socket(&splice_accept_socks[n],
if (!accept_socket(&accept_socks[n], listen_socks,
if (!accept_socket(&splice_accept_socks[n],
int accept_socket(int);
s = accept_socket(s);
&accept_socket, www_body, cfg.context,
&accept_socket, sv_body, cfg.context,
if (accept_socket >= 0) {
shutdown(accept_socket, SHUT_RDWR);
close(accept_socket);
static int accept_socket = -1;
accept_socket = -1;
int accept_socket = 0;
if (!init_server(&accept_socket, port, type))
*ret = accept_socket;
if (do_accept(accept_socket, &sock) == 0) {
shutdown(accept_socket, SHUT_RD);
close(accept_socket);
sock = accept_socket;
shutdown(accept_socket, SHUT_RDWR);
close(accept_socket);
net_accept(int accept_socket)
s = accept(accept_socket, sa, &socklen);