Home
last modified time | relevance | path

Searched refs:ECONNRESET (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/string/
Dstrerror.c823 #ifdef ECONNRESET in _strerror_r()
824 case ECONNRESET: in _strerror_r()
/picolibc-latest/newlib/libc/machine/spu/sys/
Derrno.h150 #define ECONNRESET 104 /* Connection reset by peer */ macro
/picolibc-latest/newlib/libc/include/sys/
Derrno.h148 #define ECONNRESET 104 /* Connection reset by peer */ macro
/picolibc-latest/newlib/libc/machine/cris/sys/
Derrno.h166 #define ECONNRESET 104 /* Connection reset by peer */ macro
/picolibc-latest/semihost/machine/arc/
Darc_errno.c130 case TARGET_ERRNO_ECONNRESET: errno = ECONNRESET; break; in arc_semihost_errno()
/picolibc-latest/newlib/
DChangeLog-20151696 (_strerror_r): Handle ENETRESET, EILSEQ, ENODATA, ECONNRESET,
23661 and ECONNRESET (104) for cygwin32.