/third_party/ltp/testcases/kernel/syscalls/socket/ |
D | socket01.c | 34 {PF_INET, SOCK_RAW, 0, -1, EPROTONOSUPPORT, "raw open as non-root"}, 36 {PF_INET, SOCK_STREAM, 17, -1, EPROTONOSUPPORT, "UDP stream"}, 37 {PF_INET, SOCK_DGRAM, 6, -1, EPROTONOSUPPORT, "TCP dgram"}, 39 {PF_INET, SOCK_STREAM, 1, -1, EPROTONOSUPPORT, "ICMP stream"} 83 if (tdat[i].experrno == EPROTONOSUPPORT) in setup()
|
/third_party/ltp/testcases/kernel/syscalls/socketpair/ |
D | socketpair01.c | 36 {PF_INET, SOCK_RAW, 0, fds, -1, EPROTONOSUPPORT, "raw open as non-root"}, 42 {PF_INET, SOCK_DGRAM, 6, fds, -1, EPROTONOSUPPORT, "TCP dgram"}, 44 {PF_INET, SOCK_STREAM, 1, fds, -1, EPROTONOSUPPORT, "ICMP stream"} 87 if (tdat[i].experrno == EPROTONOSUPPORT) in setup()
|
/third_party/rust/crates/nix/src/ |
D | errno.rs | 198 EPROTONOSUPPORT => "Protocol not supported", in desc() 1215 EPROTONOSUPPORT = libc::EPROTONOSUPPORT, enumerator 1360 libc::EPROTONOSUPPORT => EPROTONOSUPPORT, in from_i32() 1457 EPROTONOSUPPORT = libc::EPROTONOSUPPORT, enumerator 1575 libc::EPROTONOSUPPORT => EPROTONOSUPPORT, in from_i32() 1693 EPROTONOSUPPORT = libc::EPROTONOSUPPORT, enumerator 1802 libc::EPROTONOSUPPORT => EPROTONOSUPPORT, in from_i32() 1910 EPROTONOSUPPORT = libc::EPROTONOSUPPORT, enumerator 2019 libc::EPROTONOSUPPORT => EPROTONOSUPPORT, in from_i32() 2125 EPROTONOSUPPORT = libc::EPROTONOSUPPORT, enumerator [all …]
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 68 #ifndef EPROTONOSUPPORT 69 #define EPROTONOSUPPORT (MHDW32ERRBASE+9) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 24 #undef EPROTONOSUPPORT 25 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 104 EPROTONOSUPPORT, "EPROTONOSUPPORT", EPROTONOSUPPORT}, {
|
D | 4-1.c | 99 EPROTONOSUPPORT, "EPROTONOSUPPORT"}, {
|
/third_party/ffmpeg/libavformat/ |
D | network.h | 41 #ifndef EPROTONOSUPPORT 42 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 57 case WSAEPROTONOSUPPORT: return EPROTONOSUPPORT; in MHD_W32_errno_from_winsock_() 130 case EPROTONOSUPPORT: in MHD_W32_strerror_() 441 case EPROTONOSUPPORT: in MHD_W32_set_last_winsock_error_()
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 349 #undef EPROTONOSUPPORT /* override definition in errno.h */ 350 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
/third_party/musl/src/network/ |
D | socketpair.c | 9 if (r<0 && (errno==EINVAL || errno==EPROTONOSUPPORT) in socketpair()
|
D | socket.c | 50 if ((s==-EINVAL || s==-EPROTONOSUPPORT) in socket()
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
D | sendto02.c | 40 if (errno == EPROTONOSUPPORT) in setup()
|
/third_party/node/deps/uv/include/uv/ |
D | errno.h | 323 #if defined(EPROTONOSUPPORT) && !defined(_WIN32) 324 # define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
|
/third_party/libuv/include/uv/ |
D | errno.h | 323 #if defined(EPROTONOSUPPORT) && !defined(_WIN32) 324 # define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 472 #undef EPROTONOSUPPORT /* override definition in errno.h */ 473 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | socket.c | 50 if ((s==-EINVAL || s==-EPROTONOSUPPORT) in socket()
|
/third_party/musl/porting/linux/user/src/network/ |
D | socket.c | 53 if ((s==-EINVAL || s==-EPROTONOSUPPORT) in __libc_socket()
|
/third_party/python/Modules/ |
D | errnomodule.c | 33 #undef EPROTONOSUPPORT 386 #ifdef EPROTONOSUPPORT in errno_exec() 387 add_errcode("EPROTONOSUPPORT", EPROTONOSUPPORT, "Protocol not supported"); in errno_exec()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 93 #define EPROTONOSUPPORT 93 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 93 #define EPROTONOSUPPORT 93 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 92 #define EPROTONOSUPPORT 120 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 94 #define EPROTONOSUPPORT 93 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 94 #define EPROTONOSUPPORT 93 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 92 #define EPROTONOSUPPORT 120 macro
|