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

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dresult.h83 #define ISC_R_CONNECTIONRESET 54 /*%< connection reset */ macro
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Derrno2result.c68 return (ISC_R_CONNECTIONRESET);
H A Dsocket.c1885 ALWAYS_HARD(ECONNRESET, ISC_R_CONNECTIONRESET);
5325 ERROR_MATCH(ECONNRESET, ISC_R_CONNECTIONRESET);
5486 ERROR_MATCH(ECONNRESET, ISC_R_CONNECTIONRESET);
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Derrno2result.c91 return (ISC_R_CONNECTIONRESET);
H A Dsocket.c1163 *isc_errno = ISC_R_CONNECTIONRESET;
1179 *isc_errno = ISC_R_CONNECTIONRESET;
2166 ERROR_MATCH(WSAECONNRESET, ISC_R_CONNECTIONRESET);
2167 ERROR_MATCH(WSAECONNABORTED, ISC_R_CONNECTIONRESET);

Completed in 155 milliseconds