Home
last modified time | relevance | path

Searched defs:EISCONN (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/ntp/libntp/lib/isc/win32/include/isc/
HDnet.h238 #define EISCONN WSAEISCONN macro
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDerrno.h96 # define EISCONN 9904 macro
/freebsd-13-stable/sys/sys/
HDerrno.h121 #define EISCONN 56 /* Socket is already connected */ macro
/freebsd-13-stable/cddl/lib/libdtrace/
HDerrno.d144 inline int EISCONN = 56; variable
/freebsd-13-stable/contrib/lib9p/pytest/
HDlerrno.py112 EISCONN = 106 variable