/kernel/liteos_m/components/net/test/ |
H A D | net_socket_test_004.c | 50 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 D | net_socket_test_004.cpp | 48 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 D | socket.h | 13 #define SO_ERROR 4 macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | socket.h | 37 #define SO_ERROR 0x1007 /* get error status and clear */ macro
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | socket.h | 27 #define SO_ERROR 0x1007 macro
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | socket.h | 37 #define SO_ERROR 0x1007 /* get error status and clear */ macro
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | socket.h | 27 #define SO_ERROR 0x1007 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | socket.h | 14 #define SO_ERROR 4 macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | socket.h | 14 #define SO_ERROR 4 macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | socket.h | 14 #define SO_ERROR 4 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | socket.h | 14 #define SO_ERROR 4 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | socket.h | 27 #define SO_ERROR 4 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | socket.h | 34 #define SO_ERROR 0x1007 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | socket.h | 34 #define SO_ERROR 0x1007 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | socket.h | 27 #define SO_ERROR 4 macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | socket.h | 27 #define SO_ERROR 0x1007 macro
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
H A D | socket.h | 32 #define SO_ERROR 0x1007 macro
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | socket.h | 27 #define SO_ERROR 0x1007 macro
|
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/ |
H A D | socket.h | 32 #define SO_ERROR 0x1007 macro
|
/kernel/liteos_m/testsuites/unittest/xts/net/ |
H A D | acts_net_test.c | 104 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 D | socket.h | 142 #define SO_ERROR 4 macro
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | nettest.c | 1291 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 D | sock.c | 67 * 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 D | sock.c | 67 * 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).
|