Searched refs:SO_ERROR (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/include/uapi/asm-generic/ |
| H A D | socket.h | 14 #define SO_ERROR 4 macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | socket.h | 37 #define SO_ERROR 0x1007 /* get error status and clear */ macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | socket.h | 27 #define SO_ERROR 0x1007 macro
|
| /linux/include/uapi/asm-generic/ |
| H A D | socket.h | 14 #define SO_ERROR 4 macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | socket.h | 32 #define SO_ERROR 0x1007 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | socket.h | 27 #define SO_ERROR 0x1007 macro
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | rst.c | 310 if (getsockopt(sk[i], SOL_SOCKET, SO_ERROR, &err, &slen)) in test_client_active_rst()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | socket_helpers.h | 287 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &eval, &esize) < 0) in poll_connect()
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | sock.c | 60 if (getsockopt(sk, SOL_SOCKET, SO_ERROR, &ret, &slen)) in __test_wait_fd()
|
| /linux/tools/testing/selftests/net/ |
| H A D | nettest.c | 1690 if (getsockopt(sd, SOL_SOCKET, SO_ERROR, &val, (socklen_t *)&sz) < 0) { in wait_for_connect()
|