Searched defs:ENONET (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 75 #define ENONET 64 /* 机器不在网络上 Machine is not on the network */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 136 ENONET = 64, enumerator |