Searched refs:ISC_R_CONNECTIONRESET (Results 1 - 8 of 8) sorted by relevance
/bind-9.11.3/lib/isc/tests/ |
H A D | errno_test.c | 36 { EPIPE, ISC_R_CONNECTIONRESET }, 56 { ECONNABORTED, ISC_R_CONNECTIONRESET }, 59 { ECONNRESET, ISC_R_CONNECTIONRESET },
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | result.h | 74 #define ISC_R_CONNECTIONRESET 54 /*%< connection reset */ macro
|
/bind-9.11.3/lib/isc/unix/ |
H A D | errno2result.c | 65 return (ISC_R_CONNECTIONRESET);
|
H A D | socket.c | 2119 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 D | errno2result.c | 88 return (ISC_R_CONNECTIONRESET);
|
H A D | socket.c | 1177 *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 D | dispatch.c | 1370 case ISC_R_CONNECTIONRESET:
|
H A D | resolver.c | 2726 case ISC_R_CONNECTIONRESET:
|
Completed in 258 milliseconds