Searched refs:ECONNRESET (Results 1 – 4 of 4) sorted by relevance
109 #define ECONNRESET 104 macro
107 #define ECONNRESET 131 macro
141 __BIONIC_ERRDEF( ECONNRESET , 104, "Connection reset by peer" )
854 if (*terrno == ECONNRESET && !connreset) { in send_vc()