Searched defs:ECONNREFUSED (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 123 #define ECONNREFUSED 111 /* 连接被拒绝 Connection refused. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 232 ECONNREFUSED = 111, enumerator |