Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/common/
Derrno.h106 #define EOPNOTSUPP 94 /* 套接字不支持该操作 Operation not supported on socket (may be the same value a… macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h112 #define EOPNOTSUPP 94 /* 套接字不支持该操作 Operation not supported on socket (may be the same value a… macro
/DragonOS-0.1.8/docs/userland/libc/apis/api-list/
Derrno.md141 #define ENOTSUP 61 /* 不被支持 Not supported (may be the same value as [EOPNOTSUPP]).*/
147 …#define EOPNOTSUPP 64 /* 套接字不支持该操作 Operation not supported on socket (may be the same value a…