Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmsg_flags.h9 #if defined(MSG_OOB) || (defined(HAVE_DECL_MSG_OOB) && HAVE_DECL_MSG_OOB)
10 XLAT(MSG_OOB),
Dmsg_flags.in1 MSG_OOB
/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/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.c97 PF_INET, SOCK_STREAM, 0, buf, sizeof(buf), MSG_OOB,
/external/ltp/testcases/kernel/syscalls/send/
Dsend01.c148 .flags = MSG_OOB,
/external/ltp/testcases/kernel/syscalls/recvfrom/
Drecvfrom01.c117 PF_INET, SOCK_STREAM, 0, (void *)buf, sizeof(buf), MSG_OOB,
/external/python/cpython2/Lib/plat-beos5/
DIN.py315 MSG_OOB = 0x1 variable
/external/syslinux/core/lwip/src/include/lwip/
Dsockets.h132 #define MSG_OOB 0x04 /* Unimplemented: Requests out-of-band data. The significance and se… macro
/external/ltp/testcases/kernel/syscalls/sendto/
Dsendto01.c217 .flags = MSG_OOB,
/external/python/cpython2/Lib/
Dftplib.py53 MSG_OOB = 0x1 # Process data out of band variable
241 self.sock.sendall(line, MSG_OOB)
/external/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg01.c158 &msgdat, MSG_OOB, (struct sockaddr *)&from,
/external/python/cpython2/Lib/plat-unixware7/
DIN.py325 MSG_OOB = 0x1 variable
/external/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg01.c314 .flags = MSG_OOB,
/external/python/cpython2/Lib/plat-atheos/
DIN.py758 MSG_OOB = 1 variable
/external/python/cpython2/Lib/test/
Dtest_asyncore.py616 self.socket.send(chr(244), socket.MSG_OOB)
/external/python/cpython2/Modules/
Dsocketmodule.c4975 #ifdef MSG_OOB
4976 PyModule_AddIntConstant(m, "MSG_OOB", MSG_OOB);