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

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/src/net/
error_posix_test.go 20 {syscall.EADDRNOTAVAIL, true},
21 {&os.SyscallError{Syscall: "syscall", Err: syscall.EADDRNOTAVAIL}, true},
22 {&OpError{Op: "op", Err: syscall.EADDRNOTAVAIL}, true},
23 {&OpError{Op: "op", Err: &os.SyscallError{Syscall: "syscall", Err: syscall.EADDRNOTAVAIL}}, true},
  /prebuilts/go/linux-x86/src/net/
error_posix_test.go 20 {syscall.EADDRNOTAVAIL, true},
21 {&os.SyscallError{Syscall: "syscall", Err: syscall.EADDRNOTAVAIL}, true},
22 {&OpError{Op: "op", Err: syscall.EADDRNOTAVAIL}, true},
23 {&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)
  /external/libcxx/include/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 29 EADDRNOTAVAIL, "EADDRNOTAVAIL", EADDRNOTAVAIL}, {
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
errno.h 90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 86 #define EADDRNOTAVAIL 99
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 85 #define EADDRNOTAVAIL 126
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 111 #define EADDRNOTAVAIL 49 /* Can't assign requested address */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 82 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */

Completed in 2717 milliseconds

1 2 3 4 5 6 7