Searched defs:ENOPROTOOPT (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 103 #define ENOPROTOOPT 92 /* 协议不可用 Protocol not available. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 192 ENOPROTOOPT = 92, enumerator |