EISCONN           283 lib/async_req/async_sock.c #ifdef EISCONN
EISCONN           284 lib/async_req/async_sock.c 	      errno == EISCONN ||
EISCONN          1878 lib/socket_wrapper/socket_wrapper.c 			errno = EISCONN;
EISCONN           215 source3/lib/errmap_unix.c 	{NT_STATUS_PIPE_CONNECTED, EISCONN},
EISCONN            74 source3/lib/sock_exec.c 		    && errno != EISCONN) goto failed;
EISCONN          1103 source3/lib/util_sock.c #ifdef EISCONN
EISCONN          1104 source3/lib/util_sock.c 	if (sys_errno == EISCONN) {
EISCONN          1320 source3/lib/util_sock.c #ifdef EISCONN
EISCONN          1321 source3/lib/util_sock.c 			errno == EISCONN ||