HomeSort by relevance Sort by last modified time
    Searched defs:ENOTCONN (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/kernel-headers/original/uapi/asm-generic/
errno.h 90 #define ENOTCONN 107 /* Transport endpoint is not connected */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 89 #define ENOTCONN 134 /* Transport endpoint is not connected */
  /external/wpa_supplicant_8/wpa_supplicant/
rrm.c 104 #define ENOTCONN -1
146 return -ENOTCONN;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 80 #define ENOTCONN 107 /* Transport endpoint is not connected */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 113 ENOTCONN = 134
  /external/syslinux/com32/include/
errno.h 114 #define ENOTCONN 107 /* Transport endpoint is not connected */
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 187 #define ENOTCONN 107 /* Transport endpoint is not connected */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 106 ENOTCONN
241 ENOTCONN - APPLICATION_ERROR: "transport endpoint is not connected",
tables_nacl.go 200 ENOTCONN Errno = 107 /* Socket is not connected */
322 ENOTCONN: "Socket is not connected",
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 106 ENOTCONN
241 ENOTCONN - APPLICATION_ERROR: "transport endpoint is not connected",
tables_nacl.go 200 ENOTCONN Errno = 107 /* Socket is not connected */
322 ENOTCONN: "Socket is not connected",
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
  /external/python/cpython2/Lib/plat-beos5/
IN.py 182 ENOTCONN = (B_POSIX_ERROR_BASE + 30)
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 118 ENOTCONN = 134
125 LASTERRNO = ENOTCONN
  /external/python/cpython3/Objects/
exceptions.c     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 176 not_connected, // ENOTCONN
391 # ifndef ENOTCONN
392 # define ENOTCONN 126
571 not_connected = ENOTCONN,
  /external/syslinux/gpxe/src/include/
errno.h 388 #define ENOTCONN ( ERRFILE | PXENV_STATUS_FAILURE | 0x38000000 )
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 230 public static final int ENOTCONN = placeholder();
    [all...]

Completed in 118 milliseconds

12 3 4 5