Searched refs:EPIPE (Results 1 – 3 of 3) sorted by relevance
32 #define EPIPE 32 macro
38 E(EPIPE, "Broken pipe")
69 return e == ECONNREFUSED || e == ECONNRESET || e == ENOTCONN || e == EPIPE; in is_lost_conn()
Completed in 5 milliseconds