Home
last modified time | relevance | path

Searched refs:SO_ERROR (Results 1 – 9 of 9) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsocket.h154 #define SO_ERROR 0x1007 /* get error status and clear */ macro
/f-stack/freebsd/sys/
H A Dsocket.h160 #define SO_ERROR 0x1007 /* get error status and clear */ macro
/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/lib/
H A Dff_syscall_wrapper.c346 return SO_ERROR; in so_opt_convert()
/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_request.c2936 if (getsockopt(c->fd, SOL_SOCKET, SO_ERROR, (void *) &err, &len) in ngx_http_test_reading()
/f-stack/freebsd/kern/
H A Duipc_socket.c3286 case SO_ERROR: