Home
last modified time | relevance | path

Searched refs:EPROTONOSUPPORT (Results 1 – 3 of 3) 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
/DragonOS/kernel/src/net/
H A Dsyscall.rs815 None => Err(SystemError::EPROTONOSUPPORT), in try_from()