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

/bind-9.11.3/lib/isc/tests/
H A Derrno_test.c36 { EPIPE, ISC_R_CONNECTIONRESET },
56 { ECONNABORTED, ISC_R_CONNECTIONRESET },
59 { ECONNRESET, ISC_R_CONNECTIONRESET },
/bind-9.11.3/lib/isc/include/isc/
H A Dresult.h74 #define ISC_R_CONNECTIONRESET 54 /*%< connection reset */ macro
/bind-9.11.3/lib/isc/unix/
H A Derrno2result.c65 return (ISC_R_CONNECTIONRESET);
H A Dsocket.c2119 ALWAYS_HARD(ECONNRESET, ISC_R_CONNECTIONRESET);
5934 ERROR_MATCH(ECONNRESET, ISC_R_CONNECTIONRESET);
6096 ERROR_MATCH(ECONNRESET, ISC_R_CONNECTIONRESET);
/bind-9.11.3/lib/isc/win32/
H A Derrno2result.c88 return (ISC_R_CONNECTIONRESET);
H A Dsocket.c1177 *isc_errno = ISC_R_CONNECTIONRESET;
1193 *isc_errno = ISC_R_CONNECTIONRESET;
2196 ERROR_MATCH(WSAECONNRESET, ISC_R_CONNECTIONRESET);
2197 ERROR_MATCH(WSAECONNABORTED, ISC_R_CONNECTIONRESET);
/bind-9.11.3/lib/dns/
H A Ddispatch.c1370 case ISC_R_CONNECTIONRESET:
H A Dresolver.c2726 case ISC_R_CONNECTIONRESET:

Completed in 258 milliseconds