Home
last modified time | relevance | path

Searched refs:APR_EHOSTUNREACH (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/apr/include/
HDapr_errno.h789 #define APR_EHOSTUNREACH EHOSTUNREACH macro
791 #define APR_EHOSTUNREACH (APR_OS_START_CANONERR + 21) macro
965 #define APR_STATUS_IS_EHOSTUNREACH(s) ((s) == APR_EHOSTUNREACH \
1105 #define APR_STATUS_IS_EHOSTUNREACH(s) ((s) == APR_EHOSTUNREACH \
1175 #define APR_STATUS_IS_EHOSTUNREACH(s) ((s) == APR_EHOSTUNREACH \
1291 #define APR_STATUS_IS_EHOSTUNREACH(s) ((s) == APR_EHOSTUNREACH)
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDerrorcode.inc262 { 620021, "APR_EHOSTUNREACH" },