Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h238 #define EISCONN WSAEISCONN macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h96 # define EISCONN 9904 macro
/freebsd/sys/sys/
H A Derrno.h119 #define EISCONN 56 /* Socket is already connected */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d144 inline int EISCONN = 56; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py112 EISCONN = 106 variable