Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Derr.c63 ECONNRESET, /* ERR_RST -14 Connection reset. */
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Derrno.h153 #define ECONNRESET 104 /* Connection reset by peer */ macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Derrno.h154 #define ECONNRESET 104 /* Connection reset by peer */ macro
/AliOS-Things-master/components/mbedtls/platform/aos/library/
A Dnet_sockets.c311 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_recv()
370 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_send()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Dusb_errno.h110 #define ECONNRESET 104 /* Connection reset by peer */ macro
A Ddwc_os.h134 #define DWC_E_DISCONNECT ECONNRESET
/AliOS-Things-master/components/minilibc/include/
A Derrno-.h131 #define ECONNRESET 104 /* Connection reset by peer */ macro
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Derrno_bak.h113 #define ECONNRESET 104 /* Connection reset by peer */ macro
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Derrno.h113 #define ECONNRESET 104 /* Connection reset by peer */ macro
/AliOS-Things-master/components/py_engine/engine/py/
A Dmoduerrno.c53 X(ECONNRESET) \
A Dmperrno.h135 #define MP_ECONNRESET ECONNRESET
/AliOS-Things-master/components/mbedtls/platform/yoc/
A Dnet_sockets.c349 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_recv()
412 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_send()
/AliOS-Things-master/components/amp/main/
A Damp_errno.h147 #define ECONNRESET 104 /* Connection reset by peer */
/AliOS-Things-master/components/ble_host/bt_host/port/aos/include/
A Dbt_errno.h155 #define ECONNRESET 104 /**< Connection reset by peer */ macro
/AliOS-Things-master/components/osal_aos/include/aos/
A Derrno.h154 #define ECONNRESET 104 /**< Connection reset by peer */
/AliOS-Things-master/components/linkkit/wrappers/platform/ssl/
A DHAL_DTLS_mbedtls.c147 if (errno == EPIPE || errno == ECONNRESET) in _net_send()
170 if (errno == EPIPE || errno == ECONNRESET) in _net_recv()
A DHAL_TLS_mbedtls.c137 if (errno == EPIPE || errno == ECONNRESET) in _net_send()
160 if (errno == EPIPE || errno == ECONNRESET) in _net_recv()
/AliOS-Things-master/components/mbedtls/library/
A Dnet_sockets.c561 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_recv()
641 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_send()
/AliOS-Things-master/components/websocket/src/
A Drws_socketpriv.c909 case ECONNRESET: // Connection reset by peer in rws_socket_check_write_error()
985 if( errno == EPIPE || errno == ECONNRESET ) in _rws_tls_net_send()
1012 if( errno == EPIPE || errno == ECONNRESET ) in _rws_tls_net_recv()
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp700 m_nFeatureReportError = -ECONNRESET; in Close()

Completed in 26 milliseconds