Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/common/
Derrno.h109 #define EAFNOSUPPORT 96 /* 地址family不支持 Address family not supported. */ macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h115 #define EAFNOSUPPORT 96 /* 地址family不支持 Address family not supported. */ macro
/DragonOS-0.1.8/docs/userland/libc/apis/api-list/
Derrno.md20 #define EAFNOSUPPORT 5 /* 地址family不支持 Address family not supported.*/
/DragonOS-0.1.8/kernel/src/net/
Dsyscall.rs54 return Err(SystemError::EAFNOSUPPORT); in socket()
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs228 EAFNOSUPPORT = 96, enumerator