Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DUnixAsynchronousSocketChannelImpl.c46 result = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &arglen); in Java_sun_nio_ch_UnixAsynchronousSocketChannelImpl_checkConnect()
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()
/libcore/luni/src/main/java/android/system/
DOsConstants.java471 public static final int SO_ERROR = placeholder(); field in OsConstants
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java258 int connectError = Libcore.os.getsockoptInt(fd, SOL_SOCKET, SO_ERROR); in isConnected()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp522 initConstant(env, c, "SO_ERROR", SO_ERROR); in OsConstants_initConstants()