Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dsocket.h14 #define SO_ERROR 4 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h32 #define SO_ERROR 0x1007 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h27 #define SO_ERROR 0x1007 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h27 #define SO_ERROR 0x1007 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h37 #define SO_ERROR 0x1007 /* get error status and clear */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h14 #define SO_ERROR 4 macro
/openbmc/qemu/tests/unit/
H A Dsocket-helpers.c107 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 Dsockmap_helpers.h198 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &eval, &esize) < 0) in poll_connect()
/openbmc/linux/net/core/
H A Dsock.c1144 case SO_ERROR: in sk_setsockopt()
1680 case SO_ERROR: in sk_getsockopt()
/openbmc/linux/tools/testing/selftests/net/
H A Dnettest.c1690 if (getsockopt(sd, SOL_SOCKET, SO_ERROR, &val, (socklen_t *)&sz) < 0) { in wait_for_connect()
/openbmc/qemu/linux-user/
H A Dsyscall.c2450 optname = SO_ERROR; in do_setsockopt()
2704 optname = SO_ERROR; in do_getsockopt()
2773 case SO_ERROR: in do_getsockopt()