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

1 2 3 4 5 6 7 8 910

  /prebuilts/go/darwin-x86/src/net/
error_posix_test.go 30 {syscall.EADDRNOTAVAIL, true},
31 {&os.SyscallError{Syscall: "syscall", Err: syscall.EADDRNOTAVAIL}, true},
32 {&OpError{Op: "op", Err: syscall.EADDRNOTAVAIL}, true},
33 {&OpError{Op: "op", Err: &os.SyscallError{Syscall: "syscall", Err: syscall.EADDRNOTAVAIL}}, true},
  /prebuilts/go/linux-x86/src/net/
error_posix_test.go 30 {syscall.EADDRNOTAVAIL, true},
31 {&os.SyscallError{Syscall: "syscall", Err: syscall.EADDRNOTAVAIL}, true},
32 {&OpError{Op: "op", Err: syscall.EADDRNOTAVAIL}, true},
33 {&OpError{Op: "op", Err: &os.SyscallError{Syscall: "syscall", Err: syscall.EADDRNOTAVAIL}}, true},
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 89 #ifndef EADDRNOTAVAIL
90 #define EADDRNOTAVAIL 101
  /external/libmicrohttpd/src/include/
w32functions.h 80 #ifndef EADDRNOTAVAIL
81 #define EADDRNOTAVAIL (MHDW32ERRBASE+13)
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 102 #define EADDRNOTAVAIL 99
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 101 #define EADDRNOTAVAIL 126
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 101 #define EADDRNOTAVAIL 126
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 101 #define EADDRNOTAVAIL 126
  /development/ndk/platforms/android-21/include/asm-generic/
errno.h 102 #define EADDRNOTAVAIL 99
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 83 #define EADDRNOTAVAIL 99
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 101 #define EADDRNOTAVAIL 126
  /external/bison/lib/
strerror-override.c 68 case EADDRNOTAVAIL:
158 /* WSAEADDRNOTAVAIL maps to EADDRNOTAVAIL */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 81 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 80 #define EADDRNOTAVAIL 126 /* Cannot assign requested address */
  /external/libnl/lib/
error.c 88 case EADDRNOTAVAIL: return NLE_NOADDR;
  /external/libxml2/include/
wsockcompat.h 58 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno.h 72 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 72 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
errno.h 83 #define EADDRNOTAVAIL 99
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
errno.h 101 #define EADDRNOTAVAIL 126
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
errno.h 83 #define EADDRNOTAVAIL 99
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
errno.h 83 #define EADDRNOTAVAIL 99
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
errno.h 83 #define EADDRNOTAVAIL 99
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
errno.h 101 #define EADDRNOTAVAIL 126
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
errno.h 83 #define EADDRNOTAVAIL 99

Completed in 208 milliseconds

1 2 3 4 5 6 7 8 910