Home
last modified time | relevance | path

Searched refs:ECONNABORTED (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h115 #define ECONNABORTED 103 /* 连接已断开 Connection aborted. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs216 ECONNABORTED = 103, enumerator