Searched refs:MSG_OOB (Results 1 – 6 of 6) 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; 307 Libcore.os.sendto(fd, buffer, 0, 1, MSG_OOB, null, 0); in socketSendUrgentData()
|
/libcore/luni/annotations/flagged_api/android/system/ |
D | OsConstants.annotated.java | 788 public static final int MSG_OOB; field in OsConstants 789 static { MSG_OOB = 0; }
|
/libcore/luni/src/main/java/android/system/ |
D | OsConstants.java | 466 public static final int MSG_OOB = placeholder(); field in OsConstants
|
/libcore/luni/src/main/native/ |
D | android_system_OsConstants.cpp | 399 initConstant(env, c, "MSG_OOB", MSG_OOB); in OsConstants_initConstants()
|
/libcore/api/ |
D | current.txt | 405 field public static final int MSG_OOB;
|