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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 51 #define ENONET 64
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 46 #define ENONET 64
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 47 #define ENONET 64 /* Machine is not on the network */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 42 #define ENONET 64 /* Machine is not on the network */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 37 #define ENONET 64 /* Machine is not on the network */
  /cts/tests/tests/net/src/android/net/cts/
MultinetworkApiTest.java 145 final Network eNoNet = new Network(54321);
146 assertNull(mCM.getNetworkInfo(eNoNet));
148 final long eNoNetHandle = eNoNet.getNetworkHandle();
149 assertEquals(-OsConstants.ENONET, runSetsocknetwork(eNoNetHandle));
150 assertEquals(-OsConstants.ENONET, runSetprocnetwork(eNoNetHandle));
153 // assertEquals(-OsConstants.ENONET, runGetaddrinfoCheck(eNoNetHandle));
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 67 ENONET = 64
  /external/syslinux/com32/include/
errno.h 71 #define ENONET 64 /* Machine is not on the network */
  /system/hardware/interfaces/net/netd/1.0/vts/functional/
VtsHalNetNetdV1_0TargetTest.cpp 78 ASSERT_EQ(-ENONET, checkNetworkExists(netHandle));
  /system/netd/server/
NetworkController.cpp 167 return -ENONET;
404 return -ENONET;
444 return -ENONET;
493 return -ENONET;
520 return -ENONET;
551 return -ENONET;
570 return -ENONET;
587 return -ENONET;
759 return -ENONET;
789 return -ENONET;
    [all...]
NetdHwService.cpp 48 case -ENONET:
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 72 ENONET = 64
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 144 #define ENONET 64 /* Machine is not on the network */
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 136 case ENONET: // Machine is not on the network
  /external/strace/tests/
errno2name.c 303 #ifdef ENONET
304 CASE(ENONET);
  /external/strace/tests-m32/
errno2name.c 303 #ifdef ENONET
304 CASE(ENONET);
  /external/strace/tests-mx32/
errno2name.c 303 #ifdef ENONET
304 CASE(ENONET);
  /bionic/libc/private/
bionic_errdefs.h 101 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
  /external/ltp/lib/
errnos.h 97 PAIR(ENONET)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 253 #if defined (ENONET)
254 ENTRY(ENONET, "ENONET", "Machine is not on the network"),
  /external/minijail/linux-x86/
libconstants.gen.c 377 #ifdef ENONET
378 { "ENONET", (unsigned long) ENONET },
379 #endif // ENONET
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 99 ERROR_ENTRY(ENONET), // Machine is not on the network
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 98 ENONET
233 ENONET - APPLICATION_ERROR: "machine is not on the network",
tables_nacl.go 159 ENONET Errno = 64 /* Machine is not on the network */
284 ENONET: "Machine is not on the network",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 98 ENONET
233 ENONET - APPLICATION_ERROR: "machine is not on the network",

Completed in 1269 milliseconds

1 2 3