/third_party/ltp/testcases/kernel/syscalls/socket/ |
H A 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"}
|
/third_party/ltp/testcases/kernel/syscalls/socketpair/ |
H A 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"}
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 198 EPROTONOSUPPORT => "Protocol not supported", 1215 EPROTONOSUPPORT = libc::EPROTONOSUPPORT, 1360 libc::EPROTONOSUPPORT => EPROTONOSUPPORT, 1457 EPROTONOSUPPORT = libc::EPROTONOSUPPORT, 1575 libc::EPROTONOSUPPORT => EPROTONOSUPPORT, 1693 EPROTONOSUPPORT [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 68 #ifndef EPROTONOSUPPORT 69 #define EPROTONOSUPPORT (MHDW32ERRBASE+9) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 104 EPROTONOSUPPORT, "EPROTONOSUPPORT", EPROTONOSUPPORT}, {
|
H A D | 4-1.c | 99 EPROTONOSUPPORT, "EPROTONOSUPPORT"}, {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 24 #undef EPROTONOSUPPORT macro 25 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A 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/ffmpeg/libavformat/ |
H A D | network.h | 41 #ifndef EPROTONOSUPPORT 42 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 345 #undef EPROTONOSUPPORT /* override definition in errno.h */ macro 346 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 323 #if defined(EPROTONOSUPPORT) && !defined(_WIN32) 324 # define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 323 #if defined(EPROTONOSUPPORT) && !defined(_WIN32) 324 # define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
|
/third_party/musl/src/network/ |
H A D | socketpair.c | 12 if (r<0 && (errno==EINVAL || errno==EPROTONOSUPPORT) in socketpair()
|
H A D | socket.c | 57 if ((s==-EINVAL || s==-EPROTONOSUPPORT) in __libc_socket()
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
H A D | sendto02.c | 40 if (errno == EPROTONOSUPPORT) in setup()
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | socket.c | 53 if ((s==-EINVAL || s==-EPROTONOSUPPORT) in __libc_socket()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | socket.c | 50 if ((s==-EINVAL || s==-EPROTONOSUPPORT) in socket()
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 33 #undef EPROTONOSUPPORT macro 390 #ifdef EPROTONOSUPPORT in errno_exec() 391 add_errcode("EPROTONOSUPPORT", EPROTONOSUPPORT, "Protocol not supported"); in errno_exec() 394 add_errcode("EPROTONOSUPPORT", WSAEPROTONOSUPPORT, "Protocol not supported"); in errno_exec()
|
/third_party/ltp/lib/ |
H A D | tst_crypto.c | 19 if (ret < 0 && errno == EPROTONOSUPPORT) in tst_crypto_open()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 94 #define EPROTONOSUPPORT 93 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 94 #define EPROTONOSUPPORT 93 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 94 #define EPROTONOSUPPORT 93 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 93 #define EPROTONOSUPPORT 93 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 94 #define EPROTONOSUPPORT 93 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 144 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
|