Home
last modified time | relevance | path

Searched refs:EPIPE (Results 1 – 3 of 3) sorted by relevance

/lib/lwip/lwip/src/include/lwip/
A Derrno.h79 #define EPIPE 32 /* Broken pipe */ macro
/lib/
A Derrno_str.c46 ERRNO_MSG(EPIPE, "Broken pipe"),
/lib/mbedtls/external/mbedtls/library/
A Dnet_sockets.c563 if (errno == EPIPE || errno == ECONNRESET) { in mbedtls_net_recv()
652 if (errno == EPIPE || errno == ECONNRESET) { in mbedtls_net_send()

Completed in 13 milliseconds