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

123

/freebsd-9.3-release/sys/i386/include/xen/
H A Dxenstored.h79 XSD_ERROR(EISCONN),
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_egd.c175 # ifdef EISCONN
176 case EISCONN:
/freebsd-9.3-release/sys/sys/
H A Derrno.h120 #define EISCONN 56 /* Socket is already connected */ macro
/freebsd-9.3-release/sys/xen/interface/io/
H A Dxs_wire.h83 XSD_ERROR(EISCONN)
/freebsd-9.3-release/sys/netgraph/
H A Dng_UI.c121 return (EISCONN);
125 return (EISCONN);
H A Dng_rfc1490.c189 return (EISCONN);
193 return (EISCONN);
197 return (EISCONN);
201 return (EISCONN);
H A Dng_atmllc.c125 return (EISCONN);
130 return (EISCONN);
135 return (EISCONN);
H A Dng_split.c117 return (EISCONN);
H A Dng_gif_demux.c264 return (EISCONN);
H A Dng_device.c250 return (EISCONN);
H A Dng_gif.c372 return (EISCONN);
H A Dng_sppp.c299 return (EISCONN);
H A Dng_socket.c182 return (EISCONN);
368 return (EISCONN);
670 return (EISCONN);
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h237 #undef EISCONN macro
238 #define EISCONN WSAEISCONN macro
/freebsd-9.3-release/cddl/lib/libdtrace/
H A Derrno.d145 inline int EISCONN = 56;
146 #pragma D binding "1.0" EISCONN
/freebsd-9.3-release/sys/netatalk/
H A Dddp_usrreq.c160 return (EISCONN);
219 error = EISCONN;
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h129 already_connected, // EISCONN
246 # ifndef EISCONN
247 # define EISCONN 113 macro
493 already_connected = EISCONN,
/freebsd-9.3-release/sys/netsmb/
H A Dsmb_dev.c205 return EISCONN;
216 return EISCONN;
286 return EISCONN;
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dstrerror.c391 #if defined (EISCONN)
392 ENTRY(EISCONN, "EISCONN", "Transport endpoint is already connected"),
/freebsd-9.3-release/contrib/cvs/lib/
H A Dstrerror.c394 #if defined (EISCONN)
395 ENTRY(EISCONN, "EISCONN", "Transport endpoint is already connected"),
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrerror.c391 #if defined (EISCONN)
392 ENTRY(EISCONN, "EISCONN", "Transport endpoint is already connected"),
/freebsd-9.3-release/sys/netgraph/netflow/
H A Dng_netflow.c296 return (EISCONN);
328 return (EISCONN);
339 return (EISCONN);
353 return (EISCONN);
/freebsd-9.3-release/sys/netipx/
H A Dipx_usrreq.c515 error = EISCONN;
598 error = EISCONN;
/freebsd-9.3-release/usr.sbin/ppp/
H A Dudp.c100 if (ret == -1 && errno == EISCONN) {
/freebsd-9.3-release/sys/netinet6/
H A Dudp6_usrreq.c659 error = EISCONN;
981 error = EISCONN;
1000 error = EISCONN;

Completed in 288 milliseconds

123