Searched defs:ECONNRESET (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 116 #define ECONNRESET 104 /* 连接被重置 Connection reset. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 218 ECONNRESET = 104, enumerator |