Searched defs:ENOTCONN (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 119 #define ENOTCONN 107 /* 套接字未连接 The socket is not connected. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 224 ENOTCONN = 107, enumerator |