Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dmsg_flags.h6 #if defined(MSG_OOB) || (defined(HAVE_DECL_MSG_OOB) && HAVE_DECL_MSG_OOB)
8 static_assert((MSG_OOB) == (0x1), "MSG_OOB != 0x1");
11 # define MSG_OOB 0x1
184 XLAT(MSG_OOB),
Dmsg_flags.in1 MSG_OOB 0x1
/external/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs46 pub const MSG_OOB: ::c_int = 1; constant
/external/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs48 pub const MSG_OOB: ::c_int = 1; constant
/external/python/cpython2/Lib/plat-os2emx/
DSOCKET.py83 MSG_OOB = 0x1 variable
/external/parameter-framework/asio-1.10.6/include/asio/
Dsocket_base.hpp44 message_out_of_band = ASIO_OS_DEF(MSG_OOB));
/external/rust/crates/libc/src/unix/newlib/xtensa/
Dmod.rs79 pub const MSG_OOB: ::c_int = 0x04; constant
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_types.hpp101 # define ASIO_OS_DEF_MSG_OOB MSG_OOB
/external/ltp/testcases/kernel/syscalls/recv/
Drecv01.c98 PF_INET, SOCK_STREAM, 0, buf, sizeof(buf), MSG_OOB,
/external/ltp/testcases/kernel/syscalls/recvfrom/
Drecvfrom01.c118 PF_INET, SOCK_STREAM, 0, (void *)buf, sizeof(buf), MSG_OOB,
/external/ltp/testcases/kernel/syscalls/send/
Dsend01.c149 .flags = MSG_OOB,
/external/python/cpython2/Lib/plat-beos5/
DIN.py315 MSG_OOB = 0x1 variable
/external/ltp/testcases/kernel/syscalls/sendto/
Dsendto01.c218 .flags = MSG_OOB,
/external/python/cpython3/Lib/
Dftplib.py47 MSG_OOB = 0x1 # Process data out of band variable
270 self.sock.sendall(line, MSG_OOB)
/external/python/cpython2/Lib/
Dftplib.py53 MSG_OOB = 0x1 # Process data out of band variable
243 self.sock.sendall(line, MSG_OOB)
/external/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg01.c159 &msgdat, MSG_OOB, (struct sockaddr *)&from,
/external/python/cpython3/Lib/test/
Dtest_asyncore.py666 self.socket.recv(1024, socket.MSG_OOB)
672 self.socket.send(bytes(chr(244), 'latin-1'), socket.MSG_OOB)
/external/python/cpython2/Lib/plat-unixware7/
DIN.py325 MSG_OOB = 0x1 variable
/external/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg01.c315 .flags = MSG_OOB,
/external/python/cpython2/Lib/plat-atheos/
DIN.py758 MSG_OOB = 1 variable
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs498 pub const MSG_OOB: ::c_int = 0x1; constant
/external/python/cpython2/Lib/test/
Dtest_asyncore.py632 self.socket.send(chr(244), socket.MSG_OOB)
/external/minijail/linux-x86/
Dlibconstants.gen.c3205 #ifdef MSG_OOB
3206 { "MSG_OOB", (unsigned long) MSG_OOB },
/external/rust/crates/libc/src/unix/hermit/
Dmod.rs670 pub const MSG_OOB: ::c_int = 0x04; constant
/external/rust/crates/libc/src/unix/redox/
Dmod.rs635 pub const MSG_OOB: ::c_int = 1; constant

12