Searched refs:EAI_NODATA (Results 1 - 9 of 9) sorted by relevance

/external/dropbear/
H A Dfake-rfc2553.h117 #ifndef EAI_NODATA
118 # define EAI_NODATA 1 macro
H A Dfake-rfc2553.c70 return (EAI_NODATA);
91 case EAI_NODATA:
225 return (EAI_NODATA);
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.h120 #ifndef EAI_NODATA
121 # define EAI_NODATA (INT_MAX - 1) macro
H A Dfake-rfc2553.c73 return (EAI_NODATA);
94 case EAI_NODATA:
233 return (EAI_NODATA);
/external/tcpdump/missing/
H A Daddrinfo.h43 #define EAI_NODATA 7 /* no address associated with hostname */ macro
H A Dgetaddrinfo.c201 "No address associated with hostname", /* EAI_NODATA */
571 error = EAI_NODATA;
/external/chromium/net/base/
H A Dhost_resolver_proc.cc256 if (err != EAI_NONAME && err != EAI_NODATA)
H A Dhost_resolver_impl.cc213 EAI_NODATA,
/external/qemu/
H A Dsockets.c12 #ifdef __linux__ /* Recent versions of glibc only define EAI_NODATA, which is an
649 /* NOTE that in x86_64-w64-mingw32 both EAI_NODATA and EAI_NONAME are the same */
650 #if defined(EAI_NODATA) && (EAI_NODATA != EAI_NONAME)
651 case EAI_NODATA:
768 case EAI_NODATA:

Completed in 76 milliseconds