Home
last modified time | relevance | path

Searched refs:EAI_SYSTEM (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/dns/net/
Dgetnameinfo.c304 return EAI_SYSTEM; in getnameinfo_inet()
353 return EAI_SYSTEM; in getnameinfo_inet()
374 return EAI_SYSTEM; in ip6_parsenumeric()
Dgetaddrinfo.c427 return EAI_SYSTEM; in android_getaddrinfo_proxy()
735 if (gai_error != EAI_SYSTEM) { in android_getaddrinfofornetcontext()
/bionic/libc/include/
Dnetdb.h147 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/bionic/tests/headers/posix/
Dnetdb_h.c98 MACRO(EAI_SYSTEM); in netdb_h()