Home
last modified time | relevance | path

Searched defs:ETIMEDOUT (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h122 #define ETIMEDOUT 110 /* 连接超时 Connection timed out. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs230 ETIMEDOUT = 110, enumerator