Searched refs:SO_ERROR (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | UnixAsynchronousSocketChannelImpl.c | 46 result = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &arglen); in Java_sun_nio_ch_UnixAsynchronousSocketChannelImpl_checkConnect()
|
D | FileDescriptor_md.c | 68 return TEMP_FAILURE_RETRY(getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &error_length)) == 0; in FileDescriptor_isSocket()
|
D | SocketChannelImpl.c | 78 result = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &n); in Java_sun_nio_ch_SocketChannelImpl_checkConnect()
|
/libcore/luni/src/main/java/android/system/ |
D | OsConstants.java | 471 public static final int SO_ERROR = placeholder(); field in OsConstants
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoBridge.java | 258 int connectError = Libcore.os.getsockoptInt(fd, SOL_SOCKET, SO_ERROR); in isConnected()
|
/libcore/luni/src/main/native/ |
D | android_system_OsConstants.cpp | 522 initConstant(env, c, "SO_ERROR", SO_ERROR); in OsConstants_initConstants()
|