Searched refs:EISCONN (Results 1 – 5 of 5) sorted by relevance
118 #define EISCONN 105 /* 套接字已连接 Socket is connected. */ macro
124 #define EISCONN 105 /* 套接字已连接 Socket is connected. */ macro
75 #define EISCONN 30 /* 套接字已连接 Socket is connected.*/
246 EISCONN = 105, enumerator
850 tcp::ConnectError::InvalidState => return Err(SystemError::EISCONN), in connect()