Home
last modified time | relevance | path

Searched refs:EPROTONOSUPPORT (Results 1 - 25 of 107) sorted by relevance

12345

/third_party/ltp/testcases/kernel/syscalls/socket/
H A Dsocket01.c34 {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 Dsocketpair01.c36 {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 Derrno.rs198 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 Dw32functions.h68 #ifndef EPROTONOSUPPORT
69 #define EPROTONOSUPPORT (MHDW32ERRBASE+9) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c104 EPROTONOSUPPORT, "EPROTONOSUPPORT", EPROTONOSUPPORT}, {
H A D4-1.c99 EPROTONOSUPPORT, "EPROTONOSUPPORT"}, {
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h24 #undef EPROTONOSUPPORT macro
25 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c57 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 Dnetwork.h41 #ifndef EPROTONOSUPPORT
42 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/third_party/curl/lib/
H A Dcurl_setup_once.h345 #undef EPROTONOSUPPORT /* override definition in errno.h */ macro
346 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/third_party/libuv/include/uv/
H A Derrno.h323 #if defined(EPROTONOSUPPORT) && !defined(_WIN32)
324 # define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
/third_party/node/deps/uv/include/uv/
H A Derrno.h323 #if defined(EPROTONOSUPPORT) && !defined(_WIN32)
324 # define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
/third_party/musl/src/network/
H A Dsocketpair.c12 if (r<0 && (errno==EINVAL || errno==EPROTONOSUPPORT) in socketpair()
H A Dsocket.c57 if ((s==-EINVAL || s==-EPROTONOSUPPORT) in __libc_socket()
/third_party/ltp/testcases/kernel/syscalls/sendto/
H A Dsendto02.c40 if (errno == EPROTONOSUPPORT) in setup()
/third_party/musl/porting/linux/user/src/network/
H A Dsocket.c53 if ((s==-EINVAL || s==-EPROTONOSUPPORT) in __libc_socket()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dsocket.c50 if ((s==-EINVAL || s==-EPROTONOSUPPORT) in socket()
/third_party/python/Modules/
H A Derrnomodule.c33 #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 Dtst_crypto.c19 if (ret < 0 && errno == EPROTONOSUPPORT) in tst_crypto_open()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h94 #define EPROTONOSUPPORT 93 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h94 #define EPROTONOSUPPORT 93 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h94 #define EPROTONOSUPPORT 93 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h93 #define EPROTONOSUPPORT 93 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h94 #define EPROTONOSUPPORT 93 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h144 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro

Completed in 12 milliseconds

12345