Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/include/
Dapr_errno.h796 #define APR_ENETUNREACH ENETUNREACH macro
798 #define APR_ENETUNREACH (APR_OS_START_CANONERR + 22) macro
981 #define APR_STATUS_IS_ENETUNREACH(s) ((s) == APR_ENETUNREACH \
1123 #define APR_STATUS_IS_ENETUNREACH(s) ((s) == APR_ENETUNREACH \
1196 #define APR_STATUS_IS_ENETUNREACH(s) ((s) == APR_ENETUNREACH \
1315 #define APR_STATUS_IS_ENETUNREACH(s) ((s) == APR_ENETUNREACH)
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Derrorcode.inc144 { 620022, "APR_ENETUNREACH" },