/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/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/boost/boost/ |
D | cerrno.hpp | 145 #ifndef EPROTONOSUPPORT 146 #define EPROTONOSUPPORT 9933 macro
|
/third_party/glib/gio/ |
D | gioerror.c | 178 #ifdef EPROTONOSUPPORT in g_io_error_from_errno() 179 case EPROTONOSUPPORT: in g_io_error_from_errno()
|
/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/musl/src/network/ |
D | socketpair.c | 9 if (r<0 && (errno==EINVAL || errno==EPROTONOSUPPORT) in socketpair()
|
D | socket.c | 50 if (s<0 && (errno==EINVAL || errno==EPROTONOSUPPORT) in socket()
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
D | sendto02.c | 40 if (errno == EPROTONOSUPPORT) in setup()
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 411 #undef EPROTONOSUPPORT /* override definition in errno.h */ 412 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
/third_party/libuv/include/uv/ |
D | errno.h | 323 #if defined(EPROTONOSUPPORT) && !defined(_WIN32) 324 # define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
|
/third_party/musl/porting/linux/user/src/network/ |
D | socket.c | 53 if (s < 0 && (errno == EINVAL || errno == EPROTONOSUPPORT) in __libc_socket()
|
/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/libnl/lib/ |
D | error.c | 107 case EPROTONOSUPPORT: return NLE_PROTO_MISMATCH; in nl_syserr2nlerr()
|
/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/arch/generic/bits/ |
D | errno.h | 93 #define EPROTONOSUPPORT 93 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 93 #define EPROTONOSUPPORT 93 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 94 #define EPROTONOSUPPORT 93 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 144 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 92 #define EPROTONOSUPPORT 120 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 94 #define EPROTONOSUPPORT 93 macro
|