Searched refs:ISC_R_NOTCONNECTED (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dresult.h60 #define ISC_R_NOTCONNECTED 40 /*%< socket is not connected */ macro
/bind-9.11.3/lib/isc/unix/
H A Derrno2result.c68 return (ISC_R_NOTCONNECTED);
H A Dsocket.c2118 ALWAYS_HARD(EPIPE, ISC_R_NOTCONNECTED);
5933 ERROR_MATCH(EPIPE, ISC_R_NOTCONNECTED);
6094 ERROR_MATCH(EPIPE, ISC_R_NOTCONNECTED);
6138 result = ISC_R_NOTCONNECTED;
/bind-9.11.3/lib/isc/win32/
H A Derrno2result.c68 return (ISC_R_NOTCONNECTED);
H A Dsocket.c1184 *isc_errno = ISC_R_NOTCONNECTED;
3653 result = ISC_R_NOTCONNECTED;
/bind-9.11.3/lib/isc/tests/
H A Derrno_test.c65 { ENOTCONN, ISC_R_NOTCONNECTED },

Completed in 42 milliseconds