Searched refs:EPIPE (Results 1 – 3 of 3) sorted by relevance
79 #define EPIPE 32 /* Broken pipe */ macro
46 ERRNO_MSG(EPIPE, "Broken pipe"),
563 if (errno == EPIPE || errno == ECONNRESET) { in mbedtls_net_recv()652 if (errno == EPIPE || errno == ECONNRESET) { in mbedtls_net_send()
Completed in 13 milliseconds