/external/rust/crates/nix/src/ |
D | errno.rs | 206 EADDRNOTAVAIL => "Cannot assign requested address", in desc() 1221 EADDRNOTAVAIL = libc::EADDRNOTAVAIL, enumerator 1366 libc::EADDRNOTAVAIL => EADDRNOTAVAIL, in from_i32() 1463 EADDRNOTAVAIL = libc::EADDRNOTAVAIL, enumerator 1581 libc::EADDRNOTAVAIL => EADDRNOTAVAIL, in from_i32() 1699 EADDRNOTAVAIL = libc::EADDRNOTAVAIL, enumerator 1808 libc::EADDRNOTAVAIL => EADDRNOTAVAIL, in from_i32() 1916 EADDRNOTAVAIL = libc::EADDRNOTAVAIL, enumerator 2025 libc::EADDRNOTAVAIL => EADDRNOTAVAIL, in from_i32() 2131 EADDRNOTAVAIL = libc::EADDRNOTAVAIL, enumerator [all …]
|
/external/libpcap/ |
D | fad-glifc.c | 216 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces() 244 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces() 279 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
|
D | fad-gifc.c | 283 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces() 314 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces() 353 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 29 EADDRNOTAVAIL, "EADDRNOTAVAIL", EADDRNOTAVAIL}, {
|
D | 4-1.c | 24 EADDRNOTAVAIL, "EADDRNOTAVAIL"}, {
|
/external/webrtc/rtc_base/ |
D | socket.h | 46 #undef EADDRNOTAVAIL 47 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/external/libcxx/include/ |
D | errno.h | 90 #ifndef EADDRNOTAVAIL 91 #define EADDRNOTAVAIL 9903 macro
|
D | __errc | 24 address_not_available, // EADDRNOTAVAIL 121 address_not_available = EADDRNOTAVAIL,
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | errno.h | 91 #ifndef EADDRNOTAVAIL 92 #define EADDRNOTAVAIL 9903 macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 31 #ifndef EADDRNOTAVAIL 32 #error EADDRNOTAVAIL not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 353 #undef EADDRNOTAVAIL /* override definition in errno.h */ 354 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 31 #ifndef EADDRNOTAVAIL 32 #error EADDRNOTAVAIL not defined
|
/external/strace/tests-mx32/ |
D | errno2name.c | 48 #ifdef EADDRNOTAVAIL in errno2name() 49 CASE(EADDRNOTAVAIL); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 48 #ifdef EADDRNOTAVAIL in errno2name() 49 CASE(EADDRNOTAVAIL); in errno2name()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | setup_once.h | 482 #undef EADDRNOTAVAIL /* override definition in errno.h */ 483 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/external/strace/tests-m32/ |
D | errno2name.c | 48 #ifdef EADDRNOTAVAIL in errno2name() 49 CASE(EADDRNOTAVAIL); in errno2name()
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 104 #define EADDRNOTAVAIL 49 /* Can't assign requested address */ macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 82 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 13 #undef EADDRNOTAVAIL 396 #ifdef EADDRNOTAVAIL in errno_exec() 397 add_errcode("EADDRNOTAVAIL", EADDRNOTAVAIL, "Cannot assign requested address"); in errno_exec()
|
/external/libnl/lib/ |
D | error.c | 87 case EADDRNOTAVAIL: return NLE_NOADDR; in nl_syserr2nlerr()
|
/external/cronet/net/base/ |
D | net_errors_posix.cc | 50 case EADDRNOTAVAIL: in MapSystemError()
|
/external/ltp/testcases/kernel/syscalls/bind/ |
D | bind01.c | 43 EADDRNOTAVAIL, "non-local address" },
|
/external/musl/arch/mipsn32/bits/ |
D | errno.h | 99 #define EADDRNOTAVAIL 126 macro
|
/external/musl/arch/mips/bits/ |
D | errno.h | 99 #define EADDRNOTAVAIL 126 macro
|
/external/musl/arch/mips64/bits/ |
D | errno.h | 99 #define EADDRNOTAVAIL 126 macro
|