Home
last modified time | relevance | path

Searched refs:ENOTCONN (Results 1 – 25 of 43) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/win32/include/sys/
H A Derrno2.h104 #ifndef ENOTCONN /* New in VC10 */
105 # define ENOTCONN WSAENOTCONN macro
/openbsd/gnu/llvm/libcxx/include/
H A Derrno.h179 #ifndef ENOTCONN
180 #define ENOTCONN 9925 macro
H A D__errc73 not_connected, // ENOTCONN
182 not_connected = ENOTCONN,
/openbsd/regress/usr.sbin/syslogd/
H A Dargs-sendsyslog-dropped.pl15 my $errno = ENOTCONN;
H A Dargs-sendsyslog-nostash.pl17 my $errno = ENOTCONN;
H A Dargs-sendsyslog-console.pl12 my $errno = ENOTCONN;
/openbsd/usr.bin/dig/lib/isc/unix/
H A Derrno2result.c66 case ENOTCONN: in isc___errno2result()
/openbsd/gnu/usr.bin/perl/h2pl/eg/sys/
H A Derrno.pl57 $ENOTCONN = 0x39;
/openbsd/sys/sys/
H A Derrno.h114 #define ENOTCONN 57 /* Socket is not connected */ macro
/openbsd/gnu/usr.bin/cvs/lib/
H A Dstrerror.c395 #if defined (ENOTCONN)
396 ENTRY(ENOTCONN, "ENOTCONN", "Transport endpoint is not connected"),
/openbsd/gnu/lib/libiberty/src/
H A Dstrerror.c394 #if defined (ENOTCONN)
395 ENTRY(ENOTCONN, "ENOTCONN", "Transport endpoint is not connected"),
/openbsd/lib/libcrypto/bio/
H A Dbss_sock.c233 case ENOTCONN: in BIO_sock_non_fatal_error()
H A Dbss_fd.c262 case ENOTCONN: in BIO_fd_non_fatal_error()
/openbsd/sys/netinet6/
H A Dudp6_output.c175 error = ENOTCONN; in udp6_output()
H A Draw_ip6.c711 return (ENOTCONN); in rip6_disconnect()
761 error = ENOTCONN; in rip6_send()
/openbsd/sys/netinet/
H A Draw_ip.c572 return (ENOTCONN); in rip_disconnect()
622 error = ENOTCONN; in rip_send()
H A Dudp_usrreq.c1039 error = ENOTCONN; in udp_output()
1188 return (ENOTCONN); in udp_disconnect()
1193 return (ENOTCONN); in udp_disconnect()
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32sck.c138 return ENOTCONN; in convert_wsa_error_to_errno()
275 case ENOTCONN: in convert_errno_to_wsa_error()
/openbsd/sys/kern/
H A Dsubr_log.c667 return (ENOTCONN); in dosendsyslog()
765 error = ENOTCONN; in dosendsyslog()
H A Duipc_socket.c563 return (ENOTCONN); in sodisconnect()
645 snderr(ENOTCONN); in sosend()
936 error = ENOTCONN; in soreceive()
1409 error = ENOTCONN; in sosplice()
1413 error = ENOTCONN; in sosplice()
2264 return (ENOTCONN); in sogetopt()
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp336 case ENOTCONN: // A read is attempted on an unconnected socket. in Read()
408 case ENOTCONN: // A read is attempted on an unconnected socket. in Write()
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL46 ENOPROTOOPT ENOSPC ENOSR ENOSTR ENOSYS ENOTBLK ENOTCONN ENOTDIR ENOTEMPTY
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_irq_kms.c208 return -ENOTCONN; in radeon_irq_install()
/openbsd/regress/sys/ffs/
H A Dfstest.c673 case ENOTCONN: in err2str()
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t36 ENOTCONN ENOTDIR ENOTEMPTY ENOTRECOVERABLE ENOTSOCK ENOTSUP

12