Searched refs:MSG_OOB (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | SocketChannelImpl.c | 95 int n = send(fdval(env, fdo), (const void*)&b, 1, MSG_OOB); in Java_sun_nio_ch_SocketChannelImpl_sendOutOfBandData()
|
D | PlainSocketImpl.c | 1062 n = JVM_Send(fd, (char *)&d, 1, MSG_OOB); in PlainSocketImpl_socketSendUrgentData()
|
/libcore/luni/src/main/java/android/system/ |
D | OsConstants.java | 333 public static final int MSG_OOB = placeholder(); field in OsConstants
|
/libcore/luni/src/main/native/ |
D | android_system_OsConstants.cpp | 365 initConstant(env, c, "MSG_OOB", MSG_OOB); in OsConstants_initConstants()
|