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()
/libcore/ojluni/src/main/java/java/net/
DPlainSocketImpl.java47 import static android.system.OsConstants.MSG_OOB;
291 Libcore.os.sendto(fd, buffer, 0, 1, MSG_OOB, null, 0); in socketSendUrgentData()
/libcore/luni/src/main/java/android/system/
DOsConstants.java353 public static final int MSG_OOB = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp378 initConstant(env, c, "MSG_OOB", MSG_OOB); in OsConstants_initConstants()