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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h789 #define APR_EHOSTUNREACH EHOSTUNREACH macro
791 #define APR_EHOSTUNREACH (APR_OS_START_CANONERR + 21) macro
979 #define APR_STATUS_IS_EHOSTUNREACH(s) ((s) == APR_EHOSTUNREACH \
1121 #define APR_STATUS_IS_EHOSTUNREACH(s) ((s) == APR_EHOSTUNREACH \
1194 #define APR_STATUS_IS_EHOSTUNREACH(s) ((s) == APR_EHOSTUNREACH \
1313 #define APR_STATUS_IS_EHOSTUNREACH(s) ((s) == APR_EHOSTUNREACH)

Completed in 57 milliseconds