Home
last modified time | relevance | path

Searched refs:EPROTOTYPE (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.7/kernel/src/common/
Derrno.h102 #define EPROTOTYPE 90 /* 对于套接字而言,错误的协议 Protocol wrong type for socket. */ macro
/DragonOS-0.1.7/user/libs/libc/src/include/export/
Derrno.h108 #define EPROTOTYPE 90 /* 对于套接字而言,错误的协议 Protocol wrong type for socket. */ macro
/DragonOS-0.1.7/kernel/src/syscall/
Dmod.rs188 EPROTOTYPE = 90, enumerator
/DragonOS-0.1.7/docs/userland/libc/apis/api-list/
Derrno.md163 #define EPROTOTYPE 71 /* 对于套接字而言,错误的协议 Protocol wrong type for socket.*/