Searched refs:ETIMEDOUT (Results 1 – 4 of 4) sorted by relevance
72 return -ETIMEDOUT; \
308 __ret ?: ((cond) ? 0 : -ETIMEDOUT); \349 __ret ?: ((cond) ? 0 : -ETIMEDOUT); \
118 #define ETIMEDOUT 110 /* Connection timed out */ macro
43 (cond) ? 0 : -ETIMEDOUT; \
Completed in 11 milliseconds