Searched refs:ETIMEDOUT (Results 1 – 6 of 6) sorted by relevance
122 #define ETIMEDOUT 109 /* 连接超时 Connection timed out. */ macro
128 #define ETIMEDOUT 109 /* 连接超时 Connection timed out. */ macro
116 return Err(SystemError::ETIMEDOUT); in dhcp_query()
114 return Err(SystemError::ETIMEDOUT.to_posix_errno()); in cmpxchg_loop()
177 #define ETIMEDOUT 78 /* 连接超时 Connection timed out.*/
254 ETIMEDOUT = 109, enumerator