Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/common/
Derrno.h103 #define ENOPROTOOPT 91 /* 协议不可用 Protocol not available. */ macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h109 #define ENOPROTOOPT 91 /* 协议不可用 Protocol not available. */ macro
/DragonOS-0.1.8/kernel/src/net/
Dsyscall.rs113 .map_err(|_| SystemError::ENOPROTOOPT)?; in getsockopt()
133 return Err(SystemError::ENOPROTOOPT); in getsockopt()
146 PosixIpProtocol::try_from(level as u16).map_err(|_| SystemError::ENOPROTOOPT)?; in getsockopt()
149 .map_err(|_| SystemError::ENOPROTOOPT)?; in getsockopt()
153 return Err(SystemError::ENOPROTOOPT); in getsockopt()
157 return Err(SystemError::ENOPROTOOPT); in getsockopt()
/DragonOS-0.1.8/docs/userland/libc/apis/api-list/
Derrno.md119 #define ENOPROTOOPT 51 /* 协议不可用 Protocol not available.*/
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs216 ENOPROTOOPT = 91, enumerator