getsockopt        165 core/ngx_connection.c         if (getsockopt(ls[i].fd, SOL_SOCKET, SO_RCVBUF, (void *) &ls[i].rcvbuf,
getsockopt        178 core/ngx_connection.c         if (getsockopt(ls[i].fd, SOL_SOCKET, SO_SNDBUF, (void *) &ls[i].sndbuf,
getsockopt        194 core/ngx_connection.c         if (getsockopt(ls[i].setfib, SOL_SOCKET, SO_SETFIB,
getsockopt        213 core/ngx_connection.c         if (getsockopt(ls[i].fd, SOL_SOCKET, SO_ACCEPTFILTER, &af, &olen)
getsockopt        246 core/ngx_connection.c         if (getsockopt(ls[i].fd, IPPROTO_TCP, TCP_DEFER_ACCEPT, &timeout, &olen)
getsockopt        371 event/modules/ngx_select_module.c         if (getsockopt(s, SOL_SOCKET, SO_TYPE, &n, &len) == -1) {
getsockopt        389 event/modules/ngx_select_module.c         if (getsockopt(s, SOL_SOCKET, SO_TYPE, &n, &len) == -1) {
getsockopt        360 event/modules/ngx_win32_select_module.c         if (getsockopt(s, SOL_SOCKET, SO_TYPE, (char *) &n, &len) == -1) {
getsockopt        375 event/modules/ngx_win32_select_module.c         if (getsockopt(s, SOL_SOCKET, SO_TYPE, (char *) &n, &len) == -1) {
getsockopt       1783 http/ngx_http_upstream.c         if (getsockopt(c->fd, SOL_SOCKET, SO_ERROR, (void *) &err, &len)