Searched refs:EISCONN (Results 1 – 25 of 27) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/perl/win32/include/sys/ |
| D | errno2.h | 101 #ifndef EISCONN /* New in VC10 */ 102 # define EISCONN WSAEISCONN macro
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | errno.h | 95 #ifndef EISCONN 96 #define EISCONN 9904 macro
|
| D | __errc | 24 already_connected, // EISCONN 121 already_connected = EISCONN,
|
| /openbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/ |
| D | errno.pl | 56 $EISCONN = 0x38;
|
| /openbsd/src/sys/sys/ |
| D | errno.h | 113 #define EISCONN 56 /* Socket is already connected */ macro
|
| /openbsd/src/gnu/usr.bin/cvs/lib/ |
| D | strerror.c | 392 #if defined (EISCONN) 393 ENTRY(EISCONN, "EISCONN", "Transport endpoint is already connected"),
|
| /openbsd/src/gnu/lib/libiberty/src/ |
| D | strerror.c | 391 #if defined (EISCONN) 392 ENTRY(EISCONN, "EISCONN", "Transport endpoint is already connected"),
|
| /openbsd/src/sys/netinet6/ |
| D | udp6_output.c | 134 error = EISCONN; in udp6_output()
|
| D | raw_ip6.c | 752 error = EISCONN; in rip6_send()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/ |
| D | IP.pm | 747 $err = 0 if $err == EISCONN; # Some OSes give EISCONN 770 if( connect( $self, $addr ) or $! == EISCONN ) {
|
| /openbsd/src/usr.sbin/lpd/ |
| D | io.c | 234 errno = EISCONN; in io_set_bindaddr() 292 errno = EISCONN; in io_attach() 327 errno = EISCONN; in io_connect()
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32sck.c | 136 return EISCONN; in convert_wsa_error_to_errno() 239 case EISCONN: in convert_errno_to_wsa_error()
|
| /openbsd/src/gnu/usr.bin/perl/dist/IO/lib/IO/ |
| D | Socket.pm | 144 not ($!{EISCONN} || ($^O eq 'MSWin32' &&
|
| /openbsd/src/sys/netinet/ |
| D | udp_usrreq.c | 1014 error = EISCONN; in udp_output() 1162 return (EISCONN); in udp_connect() 1167 return (EISCONN); in udp_connect()
|
| D | raw_ip.c | 613 error = EISCONN; in rip_send()
|
| D | tcp_usrreq.c | 481 return EISCONN; in tcp_attach()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | Makefile.PL | 43 EHOSTUNREACH EIDRM EILSEQ EINPROGRESS EINTR EINVAL EIO EISCONN EISDIR
|
| /openbsd/src/sys/kern/ |
| D | uipc_usrreq.c | 265 return EISCONN; in uipc_attach() 604 error = EISCONN; in uipc_dgram_send() 849 return (EISCONN); in unp_connect()
|
| D | uipc_socket.c | 537 error = EISCONN; in soconnect()
|
| /openbsd/src/regress/sys/ffs/ |
| D | fstest.c | 671 case EISCONN: in err2str()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | export.t | 32 EINPROGRESS EINTR EINVAL EIO EISCONN EISDIR ELOOP EMFILE
|
| /openbsd/src/sys/net/ |
| D | if_ethersubr.c | 1566 error = EISCONN; in ether_frm_connect() 1663 error = EISCONN; in ether_frm_send() 1872 error = EISCONN; in ether_frm_group()
|
| D | rtsock.c | 338 error = EISCONN; in route_send()
|
| D | pfkeyv2.c | 372 error = EISCONN; in pfkeyv2_send()
|
| /openbsd/src/sys/dev/pv/ |
| D | xenstore.c | 85 { "EISCONN", EISCONN },
|
12