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()
|
/libcore/ojluni/src/main/java/java/net/ |
D | PlainSocketImpl.java | 47 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/ |
D | OsConstants.java | 353 public static final int MSG_OOB = placeholder(); field in OsConstants
|
/libcore/luni/src/main/native/ |
D | android_system_OsConstants.cpp | 378 initConstant(env, c, "MSG_OOB", MSG_OOB); in OsConstants_initConstants()
|