Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/common/
Derrno.h122 #define ETIMEDOUT 109 /* 连接超时 Connection timed out. */ macro
/DragonOS-0.1.7/user/libs/libc/src/include/export/
Derrno.h128 #define ETIMEDOUT 109 /* 连接超时 Connection timed out. */ macro
/DragonOS-0.1.7/kernel/src/syscall/
Dmod.rs228 ETIMEDOUT = 109, enumerator