Home
last modified time | relevance | path

Searched refs:EAI_OVERFLOW (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/dns/net/
Dgetnameinfo.c378 return EAI_OVERFLOW; in ip6_parsenumeric()
389 return EAI_OVERFLOW; in ip6_parsenumeric()
391 return EAI_OVERFLOW; in ip6_parsenumeric()
/bionic/libc/include/
Dnetdb.h150 #define EAI_OVERFLOW 14 /* argument buffer overflow */ macro
/bionic/tests/headers/posix/
Dnetdb_h.c99 MACRO(EAI_OVERFLOW); in netdb_h()