Home
last modified time | relevance | path

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

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