SOL_SOCKET        165 core/ngx_connection.c         if (getsockopt(ls[i].fd, SOL_SOCKET, SO_RCVBUF, (void *) &ls[i].rcvbuf,
SOL_SOCKET        178 core/ngx_connection.c         if (getsockopt(ls[i].fd, SOL_SOCKET, SO_SNDBUF, (void *) &ls[i].sndbuf,
SOL_SOCKET        194 core/ngx_connection.c         if (getsockopt(ls[i].setfib, SOL_SOCKET, SO_SETFIB,
SOL_SOCKET        213 core/ngx_connection.c         if (getsockopt(ls[i].fd, SOL_SOCKET, SO_ACCEPTFILTER, &af, &olen)
SOL_SOCKET        319 core/ngx_connection.c             if (setsockopt(s, SOL_SOCKET, SO_REUSEADDR,
SOL_SOCKET        481 core/ngx_connection.c             if (setsockopt(ls[i].fd, SOL_SOCKET, SO_RCVBUF,
SOL_SOCKET        492 core/ngx_connection.c             if (setsockopt(ls[i].fd, SOL_SOCKET, SO_SNDBUF,
SOL_SOCKET        504 core/ngx_connection.c             if (setsockopt(ls[i].fd, SOL_SOCKET, SO_SETFIB,
SOL_SOCKET        551 core/ngx_connection.c             if (setsockopt(ls[i].fd, SOL_SOCKET, SO_ACCEPTFILTER, NULL, 0)
SOL_SOCKET        577 core/ngx_connection.c             if (setsockopt(ls[i].fd, SOL_SOCKET, SO_ACCEPTFILTER,
SOL_SOCKET        371 event/modules/ngx_select_module.c         if (getsockopt(s, SOL_SOCKET, SO_TYPE, &n, &len) == -1) {
SOL_SOCKET        389 event/modules/ngx_select_module.c         if (getsockopt(s, SOL_SOCKET, SO_TYPE, &n, &len) == -1) {
SOL_SOCKET        360 event/modules/ngx_win32_select_module.c         if (getsockopt(s, SOL_SOCKET, SO_TYPE, (char *) &n, &len) == -1) {
SOL_SOCKET        375 event/modules/ngx_win32_select_module.c         if (getsockopt(s, SOL_SOCKET, SO_TYPE, (char *) &n, &len) == -1) {
SOL_SOCKET        861 event/ngx_event.c     if (setsockopt(c->fd, SOL_SOCKET, SO_SNDLOWAT,
SOL_SOCKET         52 event/ngx_event_connect.c         if (setsockopt(s, SOL_SOCKET, SO_RCVBUF,
SOL_SOCKET       2979 http/ngx_http_request.c             if (setsockopt(r->connection->fd, SOL_SOCKET, SO_LINGER,
SOL_SOCKET       1783 http/ngx_http_upstream.c         if (getsockopt(c->fd, SOL_SOCKET, SO_ERROR, (void *) &err, &len)
SOL_SOCKET        126 mail/ngx_mail_proxy_module.c         if (setsockopt(s->connection->fd, SOL_SOCKET, SO_KEEPALIVE,
SOL_SOCKET         37 os/unix/ngx_channel.c         cmsg.cm.cmsg_level = SOL_SOCKET;
SOL_SOCKET        158 os/unix/ngx_channel.c         if (cmsg.cm.cmsg_level != SOL_SOCKET || cmsg.cm.cmsg_type != SCM_RIGHTS)