Searched defs:EAI_FAMILY (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/missing/
H A Daddrinfo.h41 #define EAI_FAMILY 5 /* ai_family not supported */ macro
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.h132 #ifndef EAI_FAMILY
133 # define EAI_FAMILY (INT_MAX - 5) macro
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java58 public static final int EAI_FAMILY = placeholder(); field in class:OsConstants
448 if (error == EAI_FAMILY) {
449 return "EAI_FAMILY";

Completed in 95 milliseconds