Home
last modified time | relevance | path

Searched refs:SO_ERROR (Results 1 - 25 of 26) sorted by relevance

12

/kernel/liteos_m/components/net/test/
H A Dnet_socket_test_004.c50 ret = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &len); in SockOptTest()
51 LogPrintln("getsockopt(%d, SOL_SOCKET, SO_ERROR, &error, &len)=%d, error=%d, len=%d, errno=%d", \ in SockOptTest()
72 ret = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &len); in SockOptTest()
73 LogPrintln("getsockopt(%d, SOL_SOCKET, SO_ERROR, &error, &len)=%d, error=%d, len=%d, errno=%d", \ in SockOptTest()
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
H A Dnet_socket_test_004.cpp48 ret = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &len); in SockOptTest()
49 LogPrintln("getsockopt(%d, SOL_SOCKET, SO_ERROR, &error, &len)=%d, error=%d, len=%d, errno=%d", fd, ret, error, len, errno); in SockOptTest()
70 ret = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &len); in SockOptTest()
71 LogPrintln("getsockopt(%d, SOL_SOCKET, SO_ERROR, &error, &len)=%d, error=%d, len=%d, errno=%d", fd, ret, error, len, errno); in SockOptTest()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dsocket.h13 #define SO_ERROR 4 macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dsocket.h37 #define SO_ERROR 0x1007 /* get error status and clear */ macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dsocket.h27 #define SO_ERROR 0x1007 macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dsocket.h37 #define SO_ERROR 0x1007 /* get error status and clear */ macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dsocket.h27 #define SO_ERROR 0x1007 macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dsocket.h14 #define SO_ERROR 4 macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dsocket.h14 #define SO_ERROR 4 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsocket.h14 #define SO_ERROR 4 macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dsocket.h14 #define SO_ERROR 4 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dsocket.h27 #define SO_ERROR 4 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dsocket.h34 #define SO_ERROR 0x1007 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dsocket.h34 #define SO_ERROR 0x1007 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dsocket.h27 #define SO_ERROR 4 macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Dsocket.h27 #define SO_ERROR 0x1007 macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dsocket.h32 #define SO_ERROR 0x1007 macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dsocket.h27 #define SO_ERROR 0x1007 macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dsocket.h32 #define SO_ERROR 0x1007 macro
/kernel/liteos_m/testsuites/unittest/xts/net/
H A Dacts_net_test.c104 int ret = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &len);
134 ret = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &len);
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H A Dsocket.h142 #define SO_ERROR 4 macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h198 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &eval, &esize) < 0) in poll_connect()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dnettest.c1291 if (getsockopt(sd, SOL_SOCKET, SO_ERROR, &val, (socklen_t *)&sz) < 0) { in wait_for_connect()
1292 log_err_errno("getsockopt(SO_ERROR) failed"); in wait_for_connect()
/kernel/linux/linux-5.10/net/core/
H A Dsock.c67 * Alan Cox : SO_ERROR includes soft errors.
71 * Michael Pall : SO_ERROR returns positive errno again
875 case SO_ERROR: in sock_setsockopt()
1367 case SO_ERROR: in sock_getsockopt()
3246 * this means if you specify SO_ERROR (otherwise whats the point of it).
/kernel/linux/linux-6.6/net/core/
H A Dsock.c67 * Alan Cox : SO_ERROR includes soft errors.
71 * Michael Pall : SO_ERROR returns positive errno again
1140 case SO_ERROR: in sk_setsockopt()
1676 case SO_ERROR: in sk_getsockopt()
3673 * this means if you specify SO_ERROR (otherwise whats the point of it).

Completed in 22 milliseconds

12