Home
last modified time | relevance | path

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

123

/external/ltp/testcases/kernel/syscalls/socket/
Dsocket01.c46 {PF_INET, SOCK_RAW, 0, -1, EPROTONOSUPPORT, "raw open as non-root"},
48 {PF_INET, SOCK_STREAM, 17, -1, EPROTONOSUPPORT, "UDP stream"},
49 {PF_INET, SOCK_DGRAM, 6, -1, EPROTONOSUPPORT, "TCP dgram"},
51 {PF_INET, SOCK_STREAM, 1, -1, EPROTONOSUPPORT, "ICMP stream"}
95 if (tdat[i].experrno == EPROTONOSUPPORT) in setup()
/external/ltp/testcases/kernel/syscalls/socketpair/
Dsocketpair01.c48 {PF_INET, SOCK_RAW, 0, fds, -1, EPROTONOSUPPORT, "raw open as non-root"},
54 {PF_INET, SOCK_DGRAM, 6, fds, -1, EPROTONOSUPPORT, "TCP dgram"},
56 {PF_INET, SOCK_STREAM, 1, fds, -1, EPROTONOSUPPORT, "ICMP stream"}
99 if (tdat[i].experrno == EPROTONOSUPPORT) in setup()
/external/linux-kselftest/tools/testing/selftests/net/
Dsocket.c29 { AF_INET, SOCK_DGRAM, IPPROTO_TCP, -EPROTONOSUPPORT, 1 },
31 { AF_INET, SOCK_STREAM, IPPROTO_UDP, -EPROTONOSUPPORT, 1 },
/external/libmicrohttpd/src/include/
Dw32functions.h68 #ifndef EPROTONOSUPPORT
69 #define EPROTONOSUPPORT (MHDW32ERRBASE+9) macro
/external/libcxx/include/
Derrno.h210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933 macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c104 EPROTONOSUPPORT, "EPROTONOSUPPORT", EPROTONOSUPPORT}, {
D4-1.c99 EPROTONOSUPPORT, "EPROTONOSUPPORT"}, {
D3-1-buildonly.c85 int dummy68 = EPROTONOSUPPORT;
/external/libmicrohttpd/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_()
/external/webrtc/webrtc/base/
Dsocket.h53 #undef EPROTONOSUPPORT
54 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp293 #ifndef EPROTONOSUPPORT
294 #error EPROTONOSUPPORT not defined
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h424 # ifndef EPROTONOSUPPORT
425 # define EPROTONOSUPPORT 135 macro
594 protocol_not_supported = EPROTONOSUPPORT,
/external/strace/tests-mx32/
Derrno2name.c387 #ifdef EPROTONOSUPPORT in errno2name()
388 CASE(EPROTONOSUPPORT); in errno2name()
/external/strace/tests-m32/
Derrno2name.c387 #ifdef EPROTONOSUPPORT in errno2name()
388 CASE(EPROTONOSUPPORT); in errno2name()
/external/strace/tests/
Derrno2name.c387 #ifdef EPROTONOSUPPORT in errno2name()
388 CASE(EPROTONOSUPPORT); in errno2name()
/external/curl/lib/
Dcurl_setup_once.h465 #undef EPROTONOSUPPORT /* override definition in errno.h */
466 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/external/ltp/testcases/kernel/syscalls/sendto/
Dsendto02.c50 if (errno == EPROTONOSUPPORT) in setup()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h76 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h75 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
/external/libnl/lib/
Derror.c105 case EPROTONOSUPPORT: return NLE_PROTO_MISMATCH; in nl_syserr2nlerr()
/external/syslinux/gpxe/src/net/
Dtcpip.c50 return -EPROTONOSUPPORT; in tcpip_rx()
/external/syslinux/com32/include/
Derrno.h100 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py99 EPROTONOSUPPORT = 120 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py104 EPROTONOSUPPORT = 120 variable
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc113 case EPROTONOSUPPORT: // Protocol not supported in ErrnoToCode()

123