| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_connection.c | 263 if (getsockopt(ls[i].fd, SOL_SOCKET, SO_TYPE, (void *) &ls[i].type, in ngx_set_inherited_sockets() 275 if (getsockopt(ls[i].fd, SOL_SOCKET, SO_RCVBUF, (void *) &ls[i].rcvbuf, in ngx_set_inherited_sockets() 288 if (getsockopt(ls[i].fd, SOL_SOCKET, SO_SNDBUF, (void *) &ls[i].sndbuf, in ngx_set_inherited_sockets() 306 if (getsockopt(ls[i].fd, SOL_SOCKET, SO_SETFIB, in ngx_set_inherited_sockets() 327 if (getsockopt(ls[i].fd, SOL_SOCKET, SO_REUSEPORT_LB, in ngx_set_inherited_sockets() 341 if (getsockopt(ls[i].fd, SOL_SOCKET, SO_REUSEPORT, in ngx_set_inherited_sockets() 364 if (getsockopt(ls[i].fd, IPPROTO_TCP, TCP_FASTOPEN, in ngx_set_inherited_sockets() 388 if (getsockopt(ls[i].fd, SOL_SOCKET, SO_ACCEPTFILTER, &af, &olen) in ngx_set_inherited_sockets() 421 if (getsockopt(ls[i].fd, IPPROTO_TCP, TCP_DEFER_ACCEPT, &timeout, &olen) in ngx_set_inherited_sockets()
|
| /f-stack/tools/libnetgraph/ |
| H A D | msg.c | 335 if (getsockopt(cs, SOL_SOCKET, SO_RCVBUF, &len, &optlen) == -1 || in NgAllocRecvMsg() 403 if (getsockopt(cs, SOL_SOCKET, SO_RCVBUF, &len, &optlen) == -1 || in NgAllocRecvAsciiMsg()
|
| H A D | sock.c | 264 if (getsockopt(ds, SOL_SOCKET, SO_RCVBUF, &len, &optlen) == -1 || in NgAllocRecvData()
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_select_module.c | 378 if (getsockopt(s, SOL_SOCKET, SO_TYPE, &n, &len) == -1) { in ngx_select_repair_fd_sets() 396 if (getsockopt(s, SOL_SOCKET, SO_TYPE, &n, &len) == -1) { in ngx_select_repair_fd_sets()
|
| H A D | ngx_win32_select_module.c | 368 if (getsockopt(s, SOL_SOCKET, SO_TYPE, (char *) &n, &len) == -1) { in ngx_select_repair_fd_sets() 383 if (getsockopt(s, SOL_SOCKET, SO_TYPE, (char *) &n, &len) == -1) { in ngx_select_repair_fd_sets()
|
| H A D | ngx_ff_module.c | 381 getsockopt(int sockfd, int level, int optname, in getsockopt() function 389 return SYSCALL(getsockopt)(sockfd, level, optname, optval, optlen); in getsockopt()
|
| /f-stack/freebsd/kern/ |
| H A D | capabilities.conf | 344 getsockopt
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 68 …getsockopt() and setsockopt() manipulate options for the socket denoted by the file descriptor soc… 69 more info see man getsockopt and man setsockopt.
|
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.h | 463 #define getsockopt(a,b,c,d,e) ff_getsockopt(a,b,c,d,e) macro
|
| H A D | ipfw2.c | 603 i = getsockopt(ipfw_socket, IPPROTO_IP, optname, optval, in do_cmd() 665 error = getsockopt(ipfw_socket, IPPROTO_IP, IP_FW3, op3, &len); in do_get3()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socket.h | 683 int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
|
| /f-stack/freebsd/sys/ |
| H A D | socket.h | 689 int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
|
| H A D | syscall.mk | 88 getsockopt.o \
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | net.c | 239 if (getsockopt(c->fd, SOL_SOCKET, SO_ERROR, &err, &errlen) == -1) { in redisCheckSocketError()
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 503 getsockopt(0, IPPROTO_TCP, TCP_INFO, &ti, &optlen)"
|
| /f-stack/dpdk/drivers/net/af_xdp/ |
| H A D | rte_eth_af_xdp.c | 784 ret = getsockopt(xsk_socket__fd(rxq->xsk), SOL_XDP, in eth_stats_get()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 258 сообщения "getsockopt(TCP_FASTOPEN) ... failed". 1824 *) Исправление: сообщения "getsockopt(TCP_FASTOPEN) ... failed"
|
| H A D | CHANGES | 248 *) Bugfix: "getsockopt(TCP_FASTOPEN) ... failed" messages might appear 1784 *) Bugfix: alerts "getsockopt(TCP_FASTOPEN) ... failed" appeared in logs
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | replication.c | 1626 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &sockerr, &errlen) == -1) in syncWithMaster()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 1492 if (getsockopt(c->fd, SOL_SOCKET, SO_ERROR, (void *) &err, &len) in ngx_stream_proxy_test_connect()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.c | 1412 if (getsockopt(c->fd, SOL_SOCKET, SO_ERROR, (void *) &err, &len) in ngx_http_upstream_check_broken_connection() 2697 if (getsockopt(c->fd, SOL_SOCKET, SO_ERROR, (void *) &err, &len) in ngx_http_upstream_test_connect()
|
| H A D | ngx_http_variables.c | 1120 if (getsockopt(r->connection->fd, IPPROTO_TCP, TCP_INFO, &ti, &len) == -1) { in ngx_http_variable_tcpinfo()
|
| H A D | ngx_http_request.c | 2936 if (getsockopt(c->fd, SOL_SOCKET, SO_ERROR, (void *) &err, &len) in ngx_http_test_reading()
|