Searched defs:ENETUNREACH (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 113 #define ENETUNREACH 101 /* 网络不可达 Network unreachable. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 212 ENETUNREACH = 101, enumerator |