Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Derrno.h118 #define EISCONN 106 /* 套接字已连接 Socket is connected. */ macro
/DragonOS/kernel/src/net/socket/
H A Dunix.rs86 return Err(SystemError::EISCONN); in connect()
197 return Err(SystemError::EISCONN); in connect()
H A Dinet.rs790 tcp::ConnectError::InvalidState => return Err(SystemError::EISCONN), in connect()
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs222 EISCONN = 106, enumerator