Home
last modified time | relevance | path

Searched refs:ECONNRESET (Results 1 – 10 of 10) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/api/
A Derr.c63 ECONNRESET, /* ERR_RST -14 Connection reset. */
/components/net/lwip/lwip-2.1.2/src/api/
A Derr.c63 ECONNRESET, /* ERR_RST -14 Connection reset. */
/components/net/sal/impl/
A Dproto_mbedtls.c105 if (errno == ECONNRESET) in mbedtls_net_send_cb()
142 if (errno == ECONNRESET) in mbedtls_net_recv_cb()
/components/libc/compilers/common/extension/sys/
A Derrno.h460 #ifndef ECONNRESET
461 #define ECONNRESET (ERROR_BASE_NO + 104) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Derrno.h153 #define ECONNRESET 104 /* Connection reset by peer */ macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Derrno.h153 #define ECONNRESET 104 /* Connection reset by peer */ macro
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Darch.h184 #define ECONNRESET 104 /* Connection reset by peer */ macro
/components/net/lwip/lwip-2.1.2/test/sockets/
A Dsockets_stresstest.c544 if (err == ECONNRESET) { in sockets_stresstest_conn_server()
/components/net/lwip/lwip-2.1.2/test/unit/api/
A Dtest_sockets.c799 fail_unless(err == ECONNRESET); in START_TEST()
/components/net/lwip/lwip-1.4.1/src/api/
A Dsockets.c147 ECONNRESET, /* ERR_RST -11 Connection reset. */

Completed in 25 milliseconds