HomeSort by relevance Sort by last modified time
    Searched refs:EPROTONOSUPPORT (Results 1 - 25 of 33) sorted by null

1 2

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 95 #define EPROTONOSUPPORT 93
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 94 #define EPROTONOSUPPORT 120
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 77 #define EPROTONOSUPPORT 93
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 94 #define EPROTONOSUPPORT 120
  /development/ndk/platforms/android-L/arch-mips/include/asm/
errno.h 94 #define EPROTONOSUPPORT 120
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
errno.h 94 #define EPROTONOSUPPORT 120
  /development/ndk/platforms/android-L/include/asm-generic/
errno.h 95 #define EPROTONOSUPPORT 93
  /external/bison/lib/
strerror-override.c 60 case EPROTONOSUPPORT:
152 /* WSAEPROTONOSUPPORT maps to EPROTONOSUPPORT */
errno.in.h 105 # define EPROTONOSUPPORT 135
  /external/chromium_org/third_party/libxml/src/include/
wsockcompat.h 49 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 66 #define EPROTONOSUPPORT 93 /* Protocol not supported */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 74 #define EPROTONOSUPPORT 120 /* Protocol not supported */
  /external/libnl/lib/
error.c 100 case EPROTONOSUPPORT: return NLE_PROTO_MISMATCH;
  /external/chromium_org/third_party/webrtc/base/
socket.h 52 #undef EPROTONOSUPPORT
53 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT
  /external/libcxx/test/diagnostics/errno/
cerrno.pass.cpp 297 #ifndef EPROTONOSUPPORT
298 #error EPROTONOSUPPORT not defined
  /bionic/libc/include/sys/
_errdefs.h 130 __BIONIC_ERRDEF( EPROTONOSUPPORT, 93, "Protocol not supported" )
  /development/ndk/platforms/android-3/include/sys/
_errdefs.h 129 __BIONIC_ERRDEF( EPROTONOSUPPORT, 93, "Protocol not supported" )
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 90 case EPROTONOSUPPORT: return EPROTONOSUPPORT_PORTABLE;
193 case EPROTONOSUPPORT_PORTABLE: return EPROTONOSUPPORT;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
socket_test.cc 248 EXPECT_EQ(errno, EPROTONOSUPPORT);
258 EXPECT_EQ(errno, EPROTONOSUPPORT);
260 EXPECT_EQ(errno, EPROTONOSUPPORT);
  /cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp 124 case EPROTONOSUPPORT:
  /external/libcxx/test/diagnostics/syserr/
errc.pass.cpp 87 static_assert(static_cast<int>(std::errc::protocol_not_supported) == EPROTONOSUPPORT, "");
  /external/ipsec-tools/src/racoon/
racoonctl.c 565 errno = EPROTONOSUPPORT;
620 errno = EPROTONOSUPPORT;
698 errno = EPROTONOSUPPORT;
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
unix_err.c 503 case EPROTONOSUPPORT: prError = PR_PROTOCOL_NOT_SUPPORTED_ERROR; break;
  /bionic/libc/dns/resolv/
res_send.c 788 case EPROTONOSUPPORT:
1071 case EPROTONOSUPPORT:
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 133 #ifndef EPROTONOSUPPORT
134 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT
    [all...]

Completed in 4992 milliseconds

1 2