Searched refs:MSG_OOB (Results 1 - 5 of 5) sorted by relevance

/external/strace/xlat/
H A Dmsg_flags.h4 #if defined(MSG_OOB) || (defined(HAVE_DECL_MSG_OOB) && HAVE_DECL_MSG_OOB)
5 XLAT(MSG_OOB),
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsocket.h311 #define MSG_OOB 0x1 /* process out-of-band data */ macro
/external/qemu/slirp/
H A Dsocket.c308 n = slirp_send(so, sb->sb_rptr, so->so_urgc, (MSG_OOB)); /* |MSG_DONTWAIT)); */
329 n = slirp_send(so, buff, len, (MSG_OOB)); /* |MSG_DONTWAIT)); */
/external/qemu/android/
H A Dsockets.c973 SOCKET_CALL(send(fd, buf, buflen, MSG_OOB));
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c5741 if (in_flags & MSG_OOB) {

Completed in 90 milliseconds