Searched refs:ECONNRESET (Results 1 – 10 of 10) sorted by relevance
63 ECONNRESET, /* ERR_RST -14 Connection reset. */
105 if (errno == ECONNRESET) in mbedtls_net_send_cb()142 if (errno == ECONNRESET) in mbedtls_net_recv_cb()
460 #ifndef ECONNRESET461 #define ECONNRESET (ERROR_BASE_NO + 104) macro
153 #define ECONNRESET 104 /* Connection reset by peer */ macro
184 #define ECONNRESET 104 /* Connection reset by peer */ macro
544 if (err == ECONNRESET) { in sockets_stresstest_conn_server()
799 fail_unless(err == ECONNRESET); in START_TEST()
147 ECONNRESET, /* ERR_RST -11 Connection reset. */
Completed in 25 milliseconds