Home
last modified time | relevance | path

Searched refs:LWS_ECONNABORTED (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h97 #define LWS_ECONNABORTED ECONNABORTED macro
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c79 if (errno == LWS_ECONNABORTED) in lws_ssl_capable_read()