Home
last modified time | relevance | path

Searched refs:ISC_R_NOTCONNECTED (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Derrno2result.c71 return (ISC_R_NOTCONNECTED); in isc___errno2result()
H A Dsocket.c1884 ALWAYS_HARD(EPIPE, ISC_R_NOTCONNECTED); in doio_send()
5324 ERROR_MATCH(EPIPE, ISC_R_NOTCONNECTED); in isc__socket_connect()
5484 ERROR_MATCH(EPIPE, ISC_R_NOTCONNECTED); in internal_connect()
5528 result = ISC_R_NOTCONNECTED; in isc__socket_getpeername()
/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Dresult.h69 #define ISC_R_NOTCONNECTED 40 /*%< socket is not connected */ macro
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Derrno2result.c71 return (ISC_R_NOTCONNECTED); in isc__errno2resultx()
H A Dsocket.c1170 *isc_errno = ISC_R_NOTCONNECTED; in map_socket_error()
3556 result = ISC_R_NOTCONNECTED; in isc__socket_getpeername()