Home
last modified time | relevance | path

Searched defs:EISCONN (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h118 #define EISCONN 106 /* 套接字已连接 Socket is connected. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs222 EISCONN = 106, enumerator