Home
last modified time | relevance | path

Searched refs:MSG_OOB (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/native/
DSocketChannelImpl.c95 int n = send(fdval(env, fdo), (const void*)&b, 1, MSG_OOB); in Java_sun_nio_ch_SocketChannelImpl_sendOutOfBandData()
DPlainSocketImpl.c1062 n = JVM_Send(fd, (char *)&d, 1, MSG_OOB); in PlainSocketImpl_socketSendUrgentData()
/libcore/luni/src/main/java/android/system/
DOsConstants.java333 public static final int MSG_OOB = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp365 initConstant(env, c, "MSG_OOB", MSG_OOB); in OsConstants_initConstants()