Home
last modified time | relevance | path

Searched refs:EPROTONOSUPPORT (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/
Derrno.h104 #define EPROTONOSUPPORT 92 /* 协议不被支持 Protocol not supported. */ macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h110 #define EPROTONOSUPPORT 92 /* 协议不被支持 Protocol not supported. */ macro
/DragonOS-0.1.8/docs/userland/libc/apis/api-list/
Derrno.md161 #define EPROTONOSUPPORT 70 /* 协议不被支持 Protocol not supported.*/
/DragonOS-0.1.8/kernel/src/net/
Dsyscall.rs707 None => Err(SystemError::EPROTONOSUPPORT), in try_from()
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs218 EPROTONOSUPPORT = 92, enumerator