Home
last modified time | relevance | path

Searched defs:EPROTONOSUPPORT (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h104 #define EPROTONOSUPPORT 93 /* 协议不被支持 Protocol not supported. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs194 EPROTONOSUPPORT = 93, enumerator