Searched refs:ISC_R_NOTCONNECTED (Results 1 – 3 of 3) sorted by relevance
67 return (ISC_R_NOTCONNECTED); in isc___errno2result()
1045 ALWAYS_HARD(EPIPE, ISC_R_NOTCONNECTED); in doio_send()2278 ERROR_MATCH(EPIPE, ISC_R_NOTCONNECTED); in isc_socket_connect()2412 ERROR_MATCH(EPIPE, ISC_R_NOTCONNECTED); in internal_connect()
65 #define ISC_R_NOTCONNECTED 40 /*%< socket is not connected */ macro