Home
last modified time | relevance | path

Searched refs:EADDRNOTAVAIL (Results 1 – 25 of 123) sorted by relevance

12345

/external/rust/crates/nix/src/
Derrno.rs206 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/
Dfad-glifc.c216 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
244 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
279 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
Dfad-gifc.c283 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/
D3-2.c29 EADDRNOTAVAIL, "EADDRNOTAVAIL", EADDRNOTAVAIL}, {
D4-1.c24 EADDRNOTAVAIL, "EADDRNOTAVAIL"}, {
/external/webrtc/rtc_base/
Dsocket.h46 #undef EADDRNOTAVAIL
47 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/external/libcxx/include/
Derrno.h90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903 macro
D__errc24 address_not_available, // EADDRNOTAVAIL
121 address_not_available = EADDRNOTAVAIL,
/external/cronet/buildtools/third_party/libc++/trunk/include/
Derrno.h91 #ifndef EADDRNOTAVAIL
92 #define EADDRNOTAVAIL 9903 macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp31 #ifndef EADDRNOTAVAIL
32 #error EADDRNOTAVAIL not defined
/external/curl/lib/
Dcurl_setup_once.h353 #undef EADDRNOTAVAIL /* override definition in errno.h */
354 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/external/cronet/buildtools/third_party/libc++/trunk/test/std/diagnostics/errno/
Dcerrno.pass.cpp31 #ifndef EADDRNOTAVAIL
32 #error EADDRNOTAVAIL not defined
/external/strace/tests-mx32/
Derrno2name.c48 #ifdef EADDRNOTAVAIL in errno2name()
49 CASE(EADDRNOTAVAIL); in errno2name()
/external/strace/tests/
Derrno2name.c48 #ifdef EADDRNOTAVAIL in errno2name()
49 CASE(EADDRNOTAVAIL); in errno2name()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dsetup_once.h482 #undef EADDRNOTAVAIL /* override definition in errno.h */
483 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/external/strace/tests-m32/
Derrno2name.c48 #ifdef EADDRNOTAVAIL in errno2name()
49 CASE(EADDRNOTAVAIL); in errno2name()
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h104 #define EADDRNOTAVAIL 49 /* Can't assign requested address */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h82 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
/external/python/cpython3/Modules/
Derrnomodule.c13 #undef EADDRNOTAVAIL
396 #ifdef EADDRNOTAVAIL in errno_exec()
397 add_errcode("EADDRNOTAVAIL", EADDRNOTAVAIL, "Cannot assign requested address"); in errno_exec()
/external/libnl/lib/
Derror.c87 case EADDRNOTAVAIL: return NLE_NOADDR; in nl_syserr2nlerr()
/external/cronet/net/base/
Dnet_errors_posix.cc50 case EADDRNOTAVAIL: in MapSystemError()
/external/ltp/testcases/kernel/syscalls/bind/
Dbind01.c43 EADDRNOTAVAIL, "non-local address" },
/external/musl/arch/mipsn32/bits/
Derrno.h99 #define EADDRNOTAVAIL 126 macro
/external/musl/arch/mips/bits/
Derrno.h99 #define EADDRNOTAVAIL 126 macro
/external/musl/arch/mips64/bits/
Derrno.h99 #define EADDRNOTAVAIL 126 macro

12345