Home
last modified time | relevance | path

Searched refs:EPROTO (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h82 #define EPROTO 71 /* 协议错误 Protocol error. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs150 EPROTO = 71, enumerator