HomeSort by relevance Sort by last modified time
    Searched refs:EPROTONOSUPPORT (Results 126 - 150 of 173) sorted by null

1 2 3 4 56 7

  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/
_errdefs.h 129 __BIONIC_ERRDEF( EPROTONOSUPPORT, 93, "Protocol not supported" )
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 129 __BIONIC_ERRDEF( EPROTONOSUPPORT, 93, "Protocol not supported" )
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
_errdefs.h 129 __BIONIC_ERRDEF( EPROTONOSUPPORT, 93, "Protocol not supported" )
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
_errdefs.h 129 __BIONIC_ERRDEF( EPROTONOSUPPORT, 93, "Protocol not supported" )
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
_errdefs.h 129 __BIONIC_ERRDEF( EPROTONOSUPPORT, 93, "Protocol not supported" )
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/
_errdefs.h 129 __BIONIC_ERRDEF( EPROTONOSUPPORT, 93, "Protocol not supported" )
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
_errdefs.h 129 __BIONIC_ERRDEF( EPROTONOSUPPORT, 93, "Protocol not supported" )
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 129 __BIONIC_ERRDEF( EPROTONOSUPPORT, 93, "Protocol not supported" )
  /external/dbus/dbus/
dbus-sysdeps.c 619 #ifdef EPROTONOSUPPORT
620 case EPROTONOSUPPORT:
  /toolchain/binutils/binutils-2.25/libiberty/
strerror.c 352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
  /external/opencv3/3rdparty/openexr/Iex/
IexThrowErrnoExc.cpp 518 #if defined (EPROTONOSUPPORT)
519 case EPROTONOSUPPORT:
  /external/libbrillo/brillo/errors/
error_codes.cc 137 ERROR_ENTRY(EPROTONOSUPPORT), // Protocol not supported
  /external/libcxx/test/std/diagnostics/syserr/
errc.pass.cpp 87 static_assert(static_cast<int>(std::errc::protocol_not_supported) == EPROTONOSUPPORT, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
errc.pass.cpp 87 static_assert(static_cast<int>(std::errc::protocol_not_supported) == EPROTONOSUPPORT, "");
  /device/generic/goldfish/fingerprint/
fingerprint.c 315 return -EPROTONOSUPPORT;
327 return -EPROTONOSUPPORT;
  /libcore/luni/src/main/java/android/system/
OsConstants.java 228 public static final int EPROTONOSUPPORT = placeholder();
    [all...]
  /external/selinux/libsemanage/src/
seusers_local.c 102 if (errno == EINVAL || errno == EPROTONOSUPPORT || errno == EAFNOSUPPORT) {
  /external/ipsec-tools/src/racoon/
racoonctl.c 565 errno = EPROTONOSUPPORT;
620 errno = EPROTONOSUPPORT;
698 errno = EPROTONOSUPPORT;
    [all...]
  /libcore/ojluni/src/main/native/
NetworkInterface.c 974 * If EPROTONOSUPPORT is returned it means we don't have
977 if (errno != EPROTONOSUPPORT) {
999 if (errno == EPROTONOSUPPORT){
  /external/dbus/bus/
selinux.c 133 if (errno == EINVAL || errno == EPROTONOSUPPORT || errno == EAFNOSUPPORT)
  /external/libpcap/
pcap-netfilter-linux.c 642 if (errno == EAFNOSUPPORT || errno == EPROTONOSUPPORT)
  /bionic/libc/dns/resolv/
res_send.c 807 case EPROTONOSUPPORT:
1108 case EPROTONOSUPPORT:
    [all...]
  /external/valgrind/include/vki/
vki-darwin.h 584 #define VKI_EPROTONOSUPPORT EPROTONOSUPPORT
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
macerrors.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macerrors.py     [all...]

Completed in 564 milliseconds

1 2 3 4 56 7