Searched defs:ENOTSOCK (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 99 #define ENOTSOCK 88 /* 不是一个套接字 Not a socket. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 184 ENOTSOCK = 88, enumerator |