HomeSort by: relevance | last modified time | path
    Searched refs:ENETRESET (Results 1 - 25 of 219) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl3/gdb/dist/gnulib/import/
errno.in.h 72 # ifndef ENETRESET
73 # define ENETRESET 117
217 # ifndef ENETRESET
218 # define ENETRESET 2011
strerror-override.c 163 /* WSAENETRESET maps to ENETRESET */
262 case ENETRESET:
w32sock.h 107 errno = ENETRESET;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
errno.in.h 72 # ifndef ENETRESET
73 # define ENETRESET 117
217 # ifndef ENETRESET
218 # define ENETRESET 2011
strerror-override.c 163 /* WSAENETRESET maps to ENETRESET */
262 case ENETRESET:
w32sock.h 107 errno = ENETRESET;
  /src/lib/librumpuser/
rumpuser_errtrans.c 183 #ifdef ENETRESET
184 case ENETRESET : return 52;
  /src/sys/rump/include/rump/
rumperrno2host.h 224 #ifdef ENETRESET
226 return ENETRESET;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 137 #ifndef ENETRESET
138 #define ENETRESET 9915
  /src/sys/sys/
errno.h 103 #define ENETRESET 52 /* Network dropped connection on reset */
  /src/sys/net80211/
ieee80211_ioctl.c 534 error = ENETRESET;
551 error = ENETRESET;
563 error = ENETRESET;
568 error = ENETRESET;
605 error = ENETRESET;
653 error = ENETRESET;
659 error = ENETRESET;
671 error = IS_UP_AUTO(ic) ? ENETRESET : 0;
678 error = IS_UP_AUTO(ic) ? ENETRESET : 0;
737 ic->ic_bss->ni_authmode = i; /* XXX ENETRESET? *
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
02-test_errstr.t 57 ENETRESET
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
net.h 231 #undef ENETRESET
232 #define ENETRESET WSAENETRESET
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
errno.d 228 enum ENETRESET = 117;
360 enum ENETRESET = 102; ///
463 enum ENETRESET = 102; ///
574 enum ENETRESET = 230; ///
671 enum ENETRESET = 129; ///
777 enum ENETRESET = 102; ///
879 enum ENETRESET = 102; ///
932 enum ENETRESET = 52; ///
1087 enum ENETRESET = 102; ///
1177 enum ENETRESET = 52; /// Network dropped connection on rese
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-errno.c 218 #ifdef ENETRESET
219 { "ENETRESET", ENETRESET, 126 },
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-errno.c 218 #ifdef ENETRESET
219 { "ENETRESET", ENETRESET, 126 },
  /src/sys/net/agr/
if_agrsubr.c 147 return ENETRESET;
166 return ENETRESET;
247 if (error != ENETRESET)
  /src/external/cddl/osnet/lib/libdtrace/
errno.d 143 inline int ENETRESET = 52;
144 #pragma D binding "1.0" ENETRESET
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
error_constants.h 84 network_reset = ENETRESET,
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 82 network_reset = ENETRESET,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
error_constants.h 84 network_reset = ENETRESET,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 82 network_reset = ENETRESET,
  /src/external/gpl3/binutils/dist/libiberty/
strerror.c 379 #if defined (ENETRESET)
380 ENTRY(ENETRESET, "ENETRESET", "Network dropped connection because of reset"),
  /src/external/gpl3/binutils.old/dist/libiberty/
strerror.c 379 #if defined (ENETRESET)
380 ENTRY(ENETRESET, "ENETRESET", "Network dropped connection because of reset"),
  /src/external/gpl3/gcc/dist/libiberty/
strerror.c 379 #if defined (ENETRESET)
380 ENTRY(ENETRESET, "ENETRESET", "Network dropped connection because of reset"),

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 9