Home
last modified time | relevance | path

Searched refs:ESOCKTNOSUPPORT (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/
Derrno.h105 #define ESOCKTNOSUPPORT 93 /* 不支持套接字类型 Socket type not supported */ macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h111 #define ESOCKTNOSUPPORT 93 /* 不支持套接字类型 Socket type not supported */ macro
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs220 ESOCKTNOSUPPORT = 93, enumerator