Searched defs:EAI_NODATA (Results 1 - 4 of 4) sorted by relevance

/external/dropbear/
H A Dfake-rfc2553.h117 #ifndef EAI_NODATA
118 # define EAI_NODATA 1 macro
/external/tcpdump/missing/
H A Daddrinfo.h43 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.h120 #ifndef EAI_NODATA
121 # define EAI_NODATA (INT_MAX - 1) macro
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java60 public static final int EAI_NODATA = placeholder(); field in class:OsConstants
454 if (error == EAI_NODATA) {
455 return "EAI_NODATA";

Completed in 1229 milliseconds