Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Derrno.h86 #define EADDRNOTAVAIL 99 macro
/aosp12/bionic/tests/headers/posix/
H A Derrno_h.c39 MACRO(EADDRNOTAVAIL); in errno_h()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/
H A DError.cpp136 {EADDRNOTAVAIL, "EADDRNOTAVAIL"}, // Cannot assign requested address
/aosp12/bionic/libc/bionic/
H A Dstrerror.cpp144 [EADDRNOTAVAIL] = "Cannot assign requested address",
/aosp12/packages/modules/adb/sysdeps/posix/
H A Dnetwork.cpp130 if (rc == -1 && (errno == EADDRNOTAVAIL || errno == EAFNOSUPPORT || !prefer_ipv4)) { in network_loopback_server()
/aosp12/system/netd/server/
H A DClatdController.cpp410 return -EADDRNOTAVAIL; in init()
417 return -EADDRNOTAVAIL; in init()
/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_responder.cpp89 if (ret == 0 || errno != EADDRNOTAVAIL) { in bindSocket()
100 errno = EADDRNOTAVAIL; in bindSocket()
/aosp12/system/netd/tests/
H A Dbinder_test.cpp970 {"192.0.2.4", 33, EINVAL, EADDRNOTAVAIL}, in TEST_F()
1424 EXPECT_EQ(EADDRNOTAVAIL, status.serviceSpecificErrorCode()); in TEST_F()
1432 EXPECT_EQ(EADDRNOTAVAIL, status.serviceSpecificErrorCode()); in TEST_F()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt27705 field public static final int EADDRNOTAVAIL;