Searched refs:EISCONN (Results 1 - 25 of 25) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/win32/include/sys/
H A Derrno2.h101 #ifndef EISCONN /* New in VC10 */
102 # define EISCONN WSAEISCONN macro
/openbsd-current/gnu/llvm/libcxx/include/
H A Derrno.h95 #ifndef EISCONN
96 #define EISCONN 9904 macro
/openbsd-current/sys/sys/
H A Derrno.h113 #define EISCONN 56 /* Socket is already connected */ macro
/openbsd-current/gnu/usr.bin/perl/h2pl/eg/sys/
H A Derrno.pl56 $EISCONN = 0x38;
/openbsd-current/gnu/lib/libiberty/src/
H A Dstrerror.c391 #if defined (EISCONN)
392 ENTRY(EISCONN, "EISCONN", "Transport endpoint is already connected"),
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dstrerror.c392 #if defined (EISCONN)
393 ENTRY(EISCONN, "EISCONN", "Transport endpoint is already connected"),
/openbsd-current/sys/netinet6/
H A Dudp6_output.c134 error = EISCONN;
H A Draw_ip6.c778 error = EISCONN;
/openbsd-current/gnu/usr.bin/perl/ext/Errno/
H A DErrno_pm.PL357 EINTR EINVAL EIO EISCONN EISDIR ELOOP EMFILE EMLINK
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32sck.c136 return EISCONN;
239 case EISCONN:
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL43 EHOSTUNREACH EIDRM EILSEQ EINPROGRESS EINTR EINVAL EIO EISCONN EISDIR
/openbsd-current/usr.sbin/lpd/
H A Dio.c234 errno = EISCONN;
292 errno = EISCONN;
327 errno = EISCONN;
/openbsd-current/sys/netinet/
H A Dudp_usrreq.c1015 error = EISCONN;
1189 return (EISCONN);
1194 return (EISCONN);
H A Draw_ip.c639 error = EISCONN;
H A Dtcp_usrreq.c464 return EISCONN;
/openbsd-current/sys/kern/
H A Duipc_usrreq.c265 return EISCONN;
598 error = EISCONN;
843 return (EISCONN);
H A Duipc_socket.c510 error = EISCONN;
/openbsd-current/regress/sys/ffs/
H A Dfstest.c671 case EISCONN:
672 return ("EISCONN");
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t32 EINPROGRESS EINTR EINVAL EIO EISCONN EISDIR ELOOP EMFILE
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/
H A DIP.pm38 use Errno qw( EINVAL EINPROGRESS EISCONN ENOTCONN ETIMEDOUT EWOULDBLOCK EOPNOTSUPP );
752 $err = 0 if $err == EISCONN; # Some OSes give EISCONN
771 # succeed or we'll get EISCONN (connected successfully), or EALREADY
775 if( connect( $self, $addr ) or $! == EISCONN ) {
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm263 EINTR EINVAL EIO EISCONN EISDIR ELOOP EMFILE EMLINK EMSGSIZE
/openbsd-current/sys/dev/pv/
H A Dxenstore.c85 { "EISCONN", EISCONN },
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSocket.pm144 not ($!{EISCONN} || ($^O eq 'MSWin32' &&
148 # an already open socket and set errno to EISCONN.
/openbsd-current/sys/net/
H A Dpfkeyv2.c372 error = EISCONN;
/openbsd-current/usr.sbin/syslogd/
H A Dsyslogd.c3125 errno = EISCONN;

Completed in 369 milliseconds