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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h794 /** @see APR_STATUS_IS_ENETUNREACH */
981 #define APR_STATUS_IS_ENETUNREACH(s) ((s) == APR_ENETUNREACH \ macro
1123 #define APR_STATUS_IS_ENETUNREACH(s) ((s) == APR_ENETUNREACH \ macro
1196 #define APR_STATUS_IS_ENETUNREACH(s) ((s) == APR_ENETUNREACH \ macro
1315 #define APR_STATUS_IS_ENETUNREACH(s) ((s) == APR_ENETUNREACH) macro
/freebsd-11-stable/contrib/serf/
H A Doutgoing.c1313 || APR_STATUS_IS_ENETUNREACH(status))) {

Completed in 171 milliseconds