Searched defs:ETIMEDOUT (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 122 #define ETIMEDOUT 110 /* 连接超时 Connection timed out. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 230 ETIMEDOUT = 110, enumerator |