Searched refs:connectError (Results 1 – 1 of 1) sorted by relevance
222 int connectError = Libcore.os.getsockoptInt(fd, SOL_SOCKET, SO_ERROR); in isConnected() local223 if (connectError == 0) { in isConnected()226 throw new ErrnoException("isConnected", connectError); // The connect(2) failed. in isConnected()