Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h87 ENETRESET = 0x40000034, /* Network dropped connection on reset */ enumerator
285 #define ENETRESET 0x40000034 macro
/glibc-2.36/stdio-common/
Dtest-strerr.c251 #ifdef ENETRESET in do_test()
252 TEST_COMPARE_STRING (strerrordesc_np (ENETRESET), in do_test()
254 TEST_COMPARE_STRING (strerrorname_np (ENETRESET), "ENETRESET"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h359 #ifdef ENETRESET
362 _S(ENETRESET, N_("Network dropped connection on reset"))
/glibc-2.36/manual/
Derrno.texi537 @deftypevr Macro int ENETRESET
539 @errno{ENETRESET, 52, Network dropped connection on reset}