Searched refs:EPROTO (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 82 #define EPROTO 71 /* 协议错误 Protocol error. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 150 EPROTO = 71, enumerator |