/openbsd/gnu/usr.bin/perl/win32/include/sys/ |
H A D | errno2.h | 104 #ifndef ENOTCONN /* New in VC10 */ 105 # define ENOTCONN WSAENOTCONN macro
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | errno.h | 179 #ifndef ENOTCONN 180 #define ENOTCONN 9925 macro
|
H A D | __errc | 73 not_connected, // ENOTCONN 182 not_connected = ENOTCONN,
|
/openbsd/regress/usr.sbin/syslogd/ |
H A D | args-sendsyslog-dropped.pl | 15 my $errno = ENOTCONN;
|
H A D | args-sendsyslog-nostash.pl | 17 my $errno = ENOTCONN;
|
H A D | args-sendsyslog-console.pl | 12 my $errno = ENOTCONN;
|
/openbsd/usr.bin/dig/lib/isc/unix/ |
H A D | errno2result.c | 66 case ENOTCONN: in isc___errno2result()
|
/openbsd/gnu/usr.bin/perl/h2pl/eg/sys/ |
H A D | errno.pl | 57 $ENOTCONN = 0x39;
|
/openbsd/sys/sys/ |
H A D | errno.h | 114 #define ENOTCONN 57 /* Socket is not connected */ macro
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | strerror.c | 395 #if defined (ENOTCONN) 396 ENTRY(ENOTCONN, "ENOTCONN", "Transport endpoint is not connected"),
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | strerror.c | 394 #if defined (ENOTCONN) 395 ENTRY(ENOTCONN, "ENOTCONN", "Transport endpoint is not connected"),
|
/openbsd/lib/libcrypto/bio/ |
H A D | bss_sock.c | 233 case ENOTCONN: in BIO_sock_non_fatal_error()
|
H A D | bss_fd.c | 262 case ENOTCONN: in BIO_fd_non_fatal_error()
|
/openbsd/sys/netinet6/ |
H A D | udp6_output.c | 175 error = ENOTCONN; in udp6_output()
|
H A D | raw_ip6.c | 711 return (ENOTCONN); in rip6_disconnect() 761 error = ENOTCONN; in rip6_send()
|
/openbsd/sys/netinet/ |
H A D | raw_ip.c | 572 return (ENOTCONN); in rip_disconnect() 622 error = ENOTCONN; in rip_send()
|
H A D | udp_usrreq.c | 1039 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 D | win32sck.c | 138 return ENOTCONN; in convert_wsa_error_to_errno() 275 case ENOTCONN: in convert_errno_to_wsa_error()
|
/openbsd/sys/kern/ |
H A D | subr_log.c | 667 return (ENOTCONN); in dosendsyslog() 765 error = ENOTCONN; in dosendsyslog()
|
H A D | uipc_socket.c | 563 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 D | ConnectionFileDescriptorPosix.cpp | 336 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 D | Makefile.PL | 46 ENOPROTOOPT ENOSPC ENOSR ENOSTR ENOSYS ENOTBLK ENOTCONN ENOTDIR ENOTEMPTY
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | radeon_irq_kms.c | 208 return -ENOTCONN; in radeon_irq_install()
|
/openbsd/regress/sys/ffs/ |
H A D | fstest.c | 673 case ENOTCONN: in err2str()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | export.t | 36 ENOTCONN ENOTDIR ENOTEMPTY ENOTRECOVERABLE ENOTSOCK ENOTSUP
|