Home
last modified time | relevance | path

Searched refs:SO_ERROR (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/native/
DFileDescriptor_md.c68 return TEMP_FAILURE_RETRY(getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &error_length)) == 0; in FileDescriptor_isSocket()
DSocketChannelImpl.c78 result = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &n); in Java_sun_nio_ch_SocketChannelImpl_checkConnect()
DInet4AddressImpl.c332 if (JVM_GetSockOpt(fd, SOL_SOCKET, SO_ERROR, (void*)&connect_rv, in Inet4AddressImpl_isReachable0()
DInet6AddressImpl.c409 if (JVM_GetSockOpt(fd, SOL_SOCKET, SO_ERROR, (void*)&connect_rv, in Inet6AddressImpl_isReachable0()
DPlainSocketImpl.c305 if (JVM_GetSockOpt(fd, SOL_SOCKET, SO_ERROR, in PlainSocketImpl_socketConnect()
416 if (JVM_GetSockOpt(fd, SOL_SOCKET, SO_ERROR, (void*)&connect_rv, in PlainSocketImpl_socketConnect()
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java222 int connectError = Libcore.os.getsockoptInt(fd, SOL_SOCKET, SO_ERROR); in isConnected()
/libcore/luni/src/main/java/android/system/
DOsConstants.java448 public static final int SO_ERROR = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp500 initConstant(env, c, "SO_ERROR", SO_ERROR); in OsConstants_initConstants()