Home
last modified time | relevance | path

Searched refs:EPROTONOSUPPORT (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/ltp/testcases/kernel/syscalls/socket/
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"}
83 if (tdat[i].experrno == EPROTONOSUPPORT) in setup()
/third_party/ltp/testcases/kernel/syscalls/socketpair/
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"}
87 if (tdat[i].experrno == EPROTONOSUPPORT) in setup()
/third_party/rust/crates/nix/src/
Derrno.rs198 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/
Dw32functions.h68 #ifndef EPROTONOSUPPORT
69 #define EPROTONOSUPPORT (MHDW32ERRBASE+9) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h24 #undef EPROTONOSUPPORT
25 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c104 EPROTONOSUPPORT, "EPROTONOSUPPORT", EPROTONOSUPPORT}, {
D4-1.c99 EPROTONOSUPPORT, "EPROTONOSUPPORT"}, {
/third_party/ffmpeg/libavformat/
Dnetwork.h41 #ifndef EPROTONOSUPPORT
42 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
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/curl/lib/
Dcurl_setup_once.h349 #undef EPROTONOSUPPORT /* override definition in errno.h */
350 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/third_party/musl/src/network/
Dsocketpair.c9 if (r<0 && (errno==EINVAL || errno==EPROTONOSUPPORT) in socketpair()
Dsocket.c50 if ((s==-EINVAL || s==-EPROTONOSUPPORT) in socket()
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto02.c40 if (errno == EPROTONOSUPPORT) in setup()
/third_party/node/deps/uv/include/uv/
Derrno.h323 #if defined(EPROTONOSUPPORT) && !defined(_WIN32)
324 # define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
/third_party/libuv/include/uv/
Derrno.h323 #if defined(EPROTONOSUPPORT) && !defined(_WIN32)
324 # define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
/third_party/node/deps/cares/src/lib/
Dsetup_once.h472 #undef EPROTONOSUPPORT /* override definition in errno.h */
473 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/third_party/musl/porting/liteos_a/user/src/network/
Dsocket.c50 if ((s==-EINVAL || s==-EPROTONOSUPPORT) in socket()
/third_party/musl/porting/linux/user/src/network/
Dsocket.c53 if ((s==-EINVAL || s==-EPROTONOSUPPORT) in __libc_socket()
/third_party/python/Modules/
Derrnomodule.c33 #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/
Derrno.h93 #define EPROTONOSUPPORT 93 macro
/third_party/musl/arch/generic/bits/
Derrno.h93 #define EPROTONOSUPPORT 93 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h92 #define EPROTONOSUPPORT 120 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h94 #define EPROTONOSUPPORT 93 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h94 #define EPROTONOSUPPORT 93 macro
/third_party/musl/arch/mips/bits/
Derrno.h92 #define EPROTONOSUPPORT 120 macro

12345