Searched defs:ECONNRESET (Results 1 – 6 of 6) sorted by relevance
92 #define ECONNRESET WSAECONNRESET macro
84 # define ECONNRESET 10054 macro
77 #define ECONNRESET 104 /* Connection reset by peer */ macro
85 #define ECONNRESET 131 /* Connection reset by peer */ macro
275 # define ECONNRESET 108 macro
74 public static final int ECONNRESET = placeholder(); field in OsConstants