ECONNRESET        300 lib/common/results.c         case ECONNRESET:        return "ECONNRESET";
ECONNRESET        681 lib/common/results.c         case ECONNRESET:
ECONNRESET         74 lib/pacemaker/pcmk_cluster_queries.c     data->rc = ECONNRESET; // For unexpected disconnects
ECONNRESET         97 lib/pacemaker/pcmk_cluster_queries.c             if (data->rc == ECONNRESET) { // Unexpected
ECONNRESET        188 lib/pacemaker/pcmk_cluster_queries.c             if (data->rc == ECONNRESET) { // Unexpected
ECONNRESET        345 maint/gnulib/lib/poll.c       else if (socket_errno == ESHUTDOWN || socket_errno == ECONNRESET
ECONNRESET         76 maint/gnulib/lib/strerror-override.c     case ECONNRESET:
ECONNRESET         80 maint/gnulib/lib/strerrorname_np.c     #if defined ECONNRESET
ECONNRESET         81 maint/gnulib/lib/strerrorname_np.c     case ECONNRESET:      return "ECONNRESET";
ECONNRESET        113 maint/gnulib/lib/w32sock.h       errno = ECONNRESET;
ECONNRESET         89 maint/gnulib/tests/test-errno.c int e104 = ECONNRESET;
ECONNRESET         82 maint/gnulib/tests/test-strerrorname_np.c   #if defined ECONNRESET
ECONNRESET         83 maint/gnulib/tests/test-strerrorname_np.c   ASSERT (strcmp (strerrorname_np (ECONNRESET), "ECONNRESET") == 0);
ECONNRESET         56 maint/gnulib/tests/test-sys_socket.c     case ECONNRESET: