HomeSort by relevance Sort by last modified time
    Searched refs:ENOPROTOOPT (Results 201 - 225 of 240) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 128 __BIONIC_ERRDEF( ENOPROTOOPT , 92, "Protocol not available" )
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 89 case ENOPROTOOPT: return ENOPROTOOPT_PORTABLE;
192 case ENOPROTOOPT_PORTABLE: return ENOPROTOOPT;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
socket_test.cc 410 ASSERT_EQ(ENOPROTOOPT, errno);
422 ASSERT_EQ(ENOPROTOOPT, errno);
431 ASSERT_EQ(ENOPROTOOPT, errno);
433 ASSERT_EQ(ENOPROTOOPT, errno);
  /external/dhcpcd/
lpf.c 107 if (errno != ENOPROTOOPT)
  /external/libcxx/test/diagnostics/syserr/
errc.pass.cpp 62 static_assert(static_cast<int>(std::errc::no_protocol_option) == ENOPROTOOPT, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
errc.pass.cpp 62 static_assert(static_cast<int>(std::errc::no_protocol_option) == ENOPROTOOPT, "");
  /libcore/luni/src/main/java/android/system/
OsConstants.java 206 public static final int ENOPROTOOPT = placeholder();
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
unix_err.c 485 case ENOPROTOOPT: prError = PR_INVALID_ARGUMENT_ERROR; break;
  /external/chromium_org/tools/android/forwarder2/
socket.cc 442 CHECK_NE(ENOPROTOOPT, errno);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 130 #ifndef ENOPROTOOPT
131 #define ENOPROTOOPT WSAENOPROTOOPT
    [all...]
  /external/libpcap/
pcap-linux.c     [all...]

Completed in 557 milliseconds

1 2 3 4 5 6 7 8910