Net-Bind-rbldnsdAccessor
view release on metacpan or search on metacpan
rbldnsdAccessor.pm view on Meta::CPAN
&ISC_R_NOCONN => 'no pending connections',
&ISC_R_NETUNREACH => 'network unreachable',
&ISC_R_HOSTUNREACH => 'host unreachable',
&ISC_R_NETDOWN => 'network down',
&ISC_R_HOSTDOWN => 'host down',
&ISC_R_CONNREFUSED => 'connection refused',
&ISC_R_NORESOURCES => 'not enough free resources',
&ISC_R_EOF => 'end of file',
&ISC_R_BOUND => 'socket already bound',
&ISC_R_RELOAD => 'reload',
&ISC_R_LOCKBUSY => 'lock busy',
&ISC_R_EXISTS => 'already exists',
&ISC_R_NOSPACE => 'ran out of space',
&ISC_R_CANCELED => 'operation canceled',
&ISC_R_NOTBOUND => 'socket is not bound',
&ISC_R_SHUTTINGDOWN => 'shutting down',
&ISC_R_NOTFOUND => 'not found',
&ISC_R_UNEXPECTEDEND => 'unexpected end of input',
&ISC_R_FAILURE => 'generic failure',
&ISC_R_IOERROR => 'I/O error',
&ISC_R_NOTIMPLEMENTED => 'not implemented',
rblf_isc_result.h view on Meta::CPAN
#define ISC_R_NOCONN 7 /* no pending connections */
#define ISC_R_NETUNREACH 8 /* network unreachable */
#define ISC_R_HOSTUNREACH 9 /* host unreachable */
#define ISC_R_NETDOWN 10 /* network down */
#define ISC_R_HOSTDOWN 11 /* host down */
#define ISC_R_CONNREFUSED 12 /* connection refused */
#define ISC_R_NORESOURCES 13 /* not enough free resources */
#define ISC_R_EOF 14 /* end of file */
#define ISC_R_BOUND 15 /* socket already bound */
#define ISC_R_RELOAD 16 /* reload */
#define ISC_R_LOCKBUSY 17 /* lock busy */
#define ISC_R_EXISTS 18 /* already exists */
#define ISC_R_NOSPACE 19 /* ran out of space */
#define ISC_R_CANCELED 20 /* operation canceled */
#define ISC_R_NOTBOUND 21 /* socket is not bound */
#define ISC_R_SHUTTINGDOWN 22 /* shutting down */
#define ISC_R_NOTFOUND 23 /* not found */
#define ISC_R_UNEXPECTEDEND 24 /* unexpected end of input */
#define ISC_R_FAILURE 25 /* generic failure */
#define ISC_R_IOERROR 26 /* I/O error */
#define ISC_R_NOTIMPLEMENTED 27 /* not implemented */
( run in 0.380 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )