Home
last modified time | relevance | path

Searched refs:SO_ERROR (Results 1 – 7 of 7) 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()
DSocketChannelImpl.c78 result = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &n); in Java_sun_nio_ch_SocketChannelImpl_checkConnect()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1124 public static final int SO_ERROR; field in OsConstants
1125 static { SO_ERROR = 0; }
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java330 int connectError = Libcore.os.getsockoptInt(fd, SOL_SOCKET, SO_ERROR); in isConnected()
/libcore/luni/src/main/java/android/system/
DOsConstants.java714 public static final int SO_ERROR = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp554 initConstant(env, c, "SO_ERROR", SO_ERROR); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt516 field public static final int SO_ERROR;