Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h234 #define ECONNRESET WSAECONNRESET macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h116 # define ECONNRESET 9909 macro
/freebsd/sys/sys/
H A Derrno.h117 #define ECONNRESET 54 /* Connection reset by peer */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d140 inline int ECONNRESET = 54; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py110 ECONNRESET = 104 variable