Searched refs:SO_ERROR (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | socket.h | 14 #define SO_ERROR 4 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | socket.h | 32 #define SO_ERROR 0x1007 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | socket.h | 27 #define SO_ERROR 0x1007 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | socket.h | 27 #define SO_ERROR 0x1007 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | socket.h | 37 #define SO_ERROR 0x1007 /* get error status and clear */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | socket.h | 14 #define SO_ERROR 4 macro
|
/openbmc/qemu/tests/unit/ |
H A D | socket-helpers.c | 107 if (getsockopt(cfd, SOL_SOCKET, SO_ERROR, &soerr, &soerrlen) < 0) { in socket_can_bind_connect()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_helpers.h | 198 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &eval, &esize) < 0) in poll_connect()
|
/openbmc/linux/net/core/ |
H A D | sock.c | 1144 case SO_ERROR: in sk_setsockopt() 1680 case SO_ERROR: in sk_getsockopt()
|
/openbmc/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()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 2450 optname = SO_ERROR; in do_setsockopt() 2704 optname = SO_ERROR; in do_getsockopt() 2773 case SO_ERROR: in do_getsockopt()
|