Searched refs:EHOSTUNREACH (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 125 #define EHOSTUNREACH 113 /* 主机不可达 Host is unreachable. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 236 EHOSTUNREACH = 113, enumerator |