Home
last modified time | relevance | path

Searched refs:getsockopt (Results 1 – 23 of 23) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.c263 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 Dmsg.c335 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 Dsock.c264 if (getsockopt(ds, SOL_SOCKET, SO_RCVBUF, &len, &optlen) == -1 || in NgAllocRecvData()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_select_module.c378 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 Dngx_win32_select_module.c368 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 Dngx_ff_module.c381 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 Dcapabilities.conf344 getsockopt
/f-stack/doc/
H A DF-Stack_API_Reference.md68getsockopt() 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 Dipfw2.h463 #define getsockopt(a,b,c,d,e) ff_getsockopt(a,b,c,d,e) macro
H A Dipfw2.c603 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 Dsocket.h683 int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
/f-stack/freebsd/sys/
H A Dsocket.h689 int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
H A Dsyscall.mk88 getsockopt.o \
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dnet.c239 if (getsockopt(c->fd, SOL_SOCKET, SO_ERROR, &err, &errlen) == -1) { in redisCheckSocketError()
/f-stack/app/nginx-1.16.1/auto/
H A Dunix503 getsockopt(0, IPPROTO_TCP, TCP_INFO, &ti, &optlen)"
/f-stack/dpdk/drivers/net/af_xdp/
H A Drte_eth_af_xdp.c784 ret = getsockopt(xsk_socket__fd(rxq->xsk), SOL_XDP, in eth_stats_get()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru258 сообщения "getsockopt(TCP_FASTOPEN) ... failed".
1824 *) Исправление: сообщения "getsockopt(TCP_FASTOPEN) ... failed"
H A DCHANGES248 *) 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 Dreplication.c1626 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &sockerr, &errlen) == -1) in syncWithMaster()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c1492 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 Dngx_http_upstream.c1412 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 Dngx_http_variables.c1120 if (getsockopt(r->connection->fd, IPPROTO_TCP, TCP_INFO, &ti, &len) == -1) { in ngx_http_variable_tcpinfo()
H A Dngx_http_request.c2936 if (getsockopt(c->fd, SOL_SOCKET, SO_ERROR, (void *) &err, &len) in ngx_http_test_reading()