Home
last modified time | relevance | path

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

12345

/freebsd-13-stable/crypto/openssl/crypto/rand/
HDrand_egd.c86 # ifdef EISCONN
87 if (errno == EISCONN)
/freebsd-13-stable/sys/netgraph/
HDng_atmllc.c138 return (EISCONN); in ng_atmllc_newhook()
143 return (EISCONN); in ng_atmllc_newhook()
148 return (EISCONN); in ng_atmllc_newhook()
HDng_rfc1490.c187 return (EISCONN); in ng_rfc1490_newhook()
191 return (EISCONN); in ng_rfc1490_newhook()
195 return (EISCONN); in ng_rfc1490_newhook()
199 return (EISCONN); in ng_rfc1490_newhook()
HDng_UI.c118 return (EISCONN); in ng_UI_newhook()
122 return (EISCONN); in ng_UI_newhook()
HDng_split.c116 return (EISCONN); in ng_split_newhook()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDerrno.h95 # ifndef EISCONN
96 # define EISCONN 9904 macro
/freebsd-13-stable/contrib/lib9p/pytest/
HDlerrno.py112 EISCONN = 106 variable
245 EISCONN: 'Transport endpoint is already connected',
/freebsd-13-stable/contrib/ntp/libntp/lib/isc/win32/include/isc/
HDnet.h237 #undef EISCONN
238 #define EISCONN WSAEISCONN macro
/freebsd-13-stable/sys/netsmb/
HDsmb_dev.c190 error = EISCONN; in nsmb_dev_ioctl()
203 error = EISCONN; in nsmb_dev_ioctl()
285 error = EISCONN; in nsmb_dev_ioctl()
/freebsd-13-stable/cddl/lib/libdtrace/
HDerrno.d144 inline int EISCONN = 56; variable
145 #pragma D binding "1.0" EISCONN
302 errno == EISCONN ? "Socket is already connected" :
/freebsd-13-stable/sys/xen/
HDerror.h73 [XEN_EISCONN] = EISCONN,
/freebsd-13-stable/sys/netgraph/netflow/
HDng_netflow.c300 return (EISCONN); in ng_netflow_newhook()
332 return (EISCONN); in ng_netflow_newhook()
342 return (EISCONN); in ng_netflow_newhook()
355 return (EISCONN); in ng_netflow_newhook()
/freebsd-13-stable/sys/xen/interface/io/
HDxs_wire.h92 XSD_ERROR(EISCONN),
/freebsd-13-stable/sys/xen/interface/
HDerrno.h110 XEN_ERRNO(EISCONN, 106) /* Transport endpoint is already connected */
/freebsd-13-stable/sys/sys/
HDerrno.h121 #define EISCONN 56 /* Socket is already connected */ macro
/freebsd-13-stable/lib/libc/nls/
HDbe_BY.UTF-8.msg117 $ EISCONN
HDmn_MN.UTF-8.msg117 $ EISCONN
HDuk_UA.UTF-8.msg117 $ EISCONN
HDel_GR.ISO8859-7.msg117 $ EISCONN
HDru_RU.KOI8-R.msg119 $ EISCONN
HDko_KR.eucKR.msg117 $ EISCONN
HDko_KR.UTF-8.msg117 $ EISCONN
HDja_JP.eucJP.msg117 $ EISCONN
HDja_JP.UTF-8.msg117 $ EISCONN
/freebsd-13-stable/sys/compat/cloudabi/
HDcloudabi_errno.c68 [EISCONN] = CLOUDABI_EISCONN, in cloudabi_convert_errno()

12345