Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dstrerror.c558 #ifdef ENETRESET in _strerror_r()
559 case ENETRESET: in _strerror_r()
/picolibc-latest/newlib/libc/machine/spu/sys/
Derrno.h148 #define ENETRESET 102 /* Network dropped connection because of reset */ macro
/picolibc-latest/newlib/libc/include/sys/
Derrno.h170 #define ENETRESET 126 /* Connection aborted by network */ macro
/picolibc-latest/newlib/libc/machine/cris/sys/
Derrno.h164 #define ENETRESET 102 /* Network dropped connection because of reset */ macro
/picolibc-latest/semihost/machine/arc/
Darc_errno.c152 case TARGET_ERRNO_ENETRESET: errno = ENETRESET; break; in arc_semihost_errno()
/picolibc-latest/newlib/
DChangeLog-20151696 (_strerror_r): Handle ENETRESET, EILSEQ, ENODATA, ECONNRESET,