Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Derrno.h103 #define ENOPROTOOPT 92 /* 协议不可用 Protocol not available. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs192 ENOPROTOOPT = 92, enumerator