Searched refs:EISCONN (Results 1 – 4 of 4) sorted by relevance
118 #define EISCONN 106 /* 套接字已连接 Socket is connected. */ macro
86 return Err(SystemError::EISCONN); in connect()197 return Err(SystemError::EISCONN); in connect()
790 tcp::ConnectError::InvalidState => return Err(SystemError::EISCONN), in connect()
222 EISCONN = 106, enumerator