Searched refs:SO_ERROR (Results 1 – 7 of 7) 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 | SocketChannelImpl.c | 78 result = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &n); in Java_sun_nio_ch_SocketChannelImpl_checkConnect()
|
/libcore/luni/annotations/flagged_api/android/system/ |
D | OsConstants.annotated.java | 1124 public static final int SO_ERROR; field in OsConstants 1125 static { SO_ERROR = 0; }
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoBridge.java | 330 int connectError = Libcore.os.getsockoptInt(fd, SOL_SOCKET, SO_ERROR); in isConnected()
|
/libcore/luni/src/main/java/android/system/ |
D | OsConstants.java | 714 public static final int SO_ERROR = placeholder(); field in OsConstants
|
/libcore/luni/src/main/native/ |
D | android_system_OsConstants.cpp | 554 initConstant(env, c, "SO_ERROR", SO_ERROR); in OsConstants_initConstants()
|
/libcore/api/ |
D | current.txt | 516 field public static final int SO_ERROR;
|