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