Searched refs:ECONNABORTED (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 115 #define ECONNABORTED 103 /* 连接已断开 Connection aborted. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 216 ECONNABORTED = 103, enumerator |