Searched defs:EISCONN (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.9/kernel/src/common/ | ||
D | errno.h | 118 #define EISCONN 106 /* 套接字已连接 Socket is connected. */ macro |
/DragonOS-0.1.9/kernel/crates/system_error/src/ | ||
D | lib.rs | 222 EISCONN = 106, enumerator |