Searched refs:ENETDOWN (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 112 #define ENETDOWN 100 /* 网络已关闭 Network is down. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 210 ENETDOWN = 100, enumerator |