Searched refs:SO_ERROR (Results 1 – 9 of 9) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | socket.h | 154 #define SO_ERROR 0x1007 /* get error status and clear */ macro
|
| /f-stack/freebsd/sys/ |
| H A D | socket.h | 160 #define SO_ERROR 0x1007 /* get error status and clear */ macro
|
| /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/lib/ |
| H A D | ff_syscall_wrapper.c | 346 return SO_ERROR; in so_opt_convert()
|
| /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_request.c | 2936 if (getsockopt(c->fd, SOL_SOCKET, SO_ERROR, (void *) &err, &len) in ngx_http_test_reading()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_socket.c | 3286 case SO_ERROR:
|