Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 – 6 of 6) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/
Derrno.h122 #define ETIMEDOUT 109 /* 连接超时 Connection timed out. */ macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h128 #define ETIMEDOUT 109 /* 连接超时 Connection timed out. */ macro
/DragonOS-0.1.8/kernel/src/net/
Dnet_core.rs116 return Err(SystemError::ETIMEDOUT); in dhcp_query()
/DragonOS-0.1.8/kernel/src/libs/
Dlockref.rs114 return Err(SystemError::ETIMEDOUT.to_posix_errno()); in cmpxchg_loop()
/DragonOS-0.1.8/docs/userland/libc/apis/api-list/
Derrno.md177 #define ETIMEDOUT 78 /* 连接超时 Connection timed out.*/
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs254 ETIMEDOUT = 109, enumerator