Searched defs:EAI_AGAIN (Results 1 - 2 of 2) sorted by relevance

/external/tcpdump/missing/
H A Daddrinfo.h38 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java55 public static final int EAI_AGAIN = placeholder(); field in class:OsConstants
439 if (error == EAI_AGAIN) {
440 return "EAI_AGAIN";

Completed in 119 milliseconds