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

/external/dropbear/
H A Dfake-rfc2553.h119 # define EAI_MEMORY 2 macro
/external/tcpdump/missing/
H A Daddrinfo.h42 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.h123 #ifndef EAI_MEMORY
124 # define EAI_MEMORY (INT_MAX - 2) macro
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java59 public static final int EAI_MEMORY = placeholder(); field in class:OsConstants
451 if (error == EAI_MEMORY) {
452 return "EAI_MEMORY";

Completed in 135 milliseconds