Home
last modified time | relevance | path

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

1234

/external/libpcap/
Dfad-gifc.c289 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
320 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
359 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
Dfad-glifc.c217 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
245 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
280 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"}, {
D3-1-buildonly.c13 int dummy4 = EADDRNOTAVAIL;
/external/libcxx/include/
Derrno.h90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903 macro
D__errc24 address_not_available, // EADDRNOTAVAIL
121 address_not_available = EADDRNOTAVAIL,
/external/webrtc/webrtc/base/
Dsocket.h65 #undef EADDRNOTAVAIL
66 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp31 #ifndef EADDRNOTAVAIL
32 #error EADDRNOTAVAIL not defined
/external/curl/lib/
Dcurl_setup_once.h456 #undef EADDRNOTAVAIL /* override definition in errno.h */
457 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h241 # ifndef EADDRNOTAVAIL
242 # define EADDRNOTAVAIL 101 macro
501 address_not_available = EADDRNOTAVAIL,
/external/strace/tests-mx32/
Derrno2name.c48 #ifdef EADDRNOTAVAIL in errno2name()
49 CASE(EADDRNOTAVAIL); in errno2name()
/external/strace/tests-m32/
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/kernel-headers/original/uapi/asm-generic/
Derrno.h82 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
/external/libnl/lib/
Derror.c92 case EADDRNOTAVAIL: return NLE_NOADDR; in nl_syserr2nlerr()
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h81 #define EADDRNOTAVAIL 126 /* Cannot assign requested address */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py105 EADDRNOTAVAIL = 126 variable
/external/u-boot/include/linux/
Derrno.h107 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
/external/u-boot/drivers/i2c/
Di2c-uclass-compat.c26 return -EADDRNOTAVAIL; in i2c_compat_get_device()
/external/mdnsresponder/mDNSPosix/
DmDNSUNP.c175 if (errno == EADDRNOTAVAIL) { in get_ifi_info_linuxv6()
350 if (errno == EADDRNOTAVAIL) { in get_ifi_info()
441 if (errno == EADDRNOTAVAIL) { in get_ifi_info()
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc58 case EADDRNOTAVAIL: // Address not available in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py110 EADDRNOTAVAIL = 126 variable
/external/ltp/testcases/kernel/syscalls/bind/
Dbind01.c101 sizeof(sin3), -1, EADDRNOTAVAIL, setup0, cleanup0,
/external/minijail/linux-x86/
Dlibconstants.gen.c137 #ifdef EADDRNOTAVAIL
138 { "EADDRNOTAVAIL", (unsigned long) EADDRNOTAVAIL },

1234