/external/strace/xlat/ |
D | msg_flags.h | 6 #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),
|
D | msg_flags.in | 1 MSG_OOB 0x1
|
/external/syzkaller/sys/netbsd/ |
D | socket_amd64.const | 45 MSG_OOB = 1
|
D | socket.txt | 40 send_flags = MSG_OOB, MSG_PEEK, MSG_DONTROUTE, MSG_EOR, MSG_NOSIGNAL 41 recv_flags = MSG_CMSG_CLOEXEC, MSG_OOB, MSG_PEEK, MSG_WAITALL
|
/external/syzkaller/sys/freebsd/ |
D | socket_amd64.const | 55 MSG_OOB = 1
|
D | socket.txt | 42 send_flags = MSG_CONFIRM, MSG_DONTROUTE, MSG_DONTWAIT, MSG_EOR, MSG_NOSIGNAL, MSG_OOB 43 recv_flags = MSG_CMSG_CLOEXEC, MSG_DONTWAIT, MSG_ERRQUEUE, MSG_OOB, MSG_PEEK, MSG_TRUNC, MSG_WAITAL…
|
/external/python/cpython2/Lib/plat-os2emx/ |
D | SOCKET.py | 83 MSG_OOB = 0x1 variable
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | socket_base.hpp | 44 message_out_of_band = ASIO_OS_DEF(MSG_OOB));
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | socket_types.hpp | 101 # define ASIO_OS_DEF_MSG_OOB MSG_OOB
|
/external/syzkaller/sys/linux/ |
D | socket_ppc64le.const | 140 MSG_OOB = 1
|
D | socket_386.const | 140 MSG_OOB = 1
|
D | socket_arm64.const | 140 MSG_OOB = 1
|
D | socket_arm.const | 140 MSG_OOB = 1
|
D | socket_amd64.const | 140 MSG_OOB = 1
|
/external/ltp/testcases/kernel/syscalls/recv/ |
D | recv01.c | 98 PF_INET, SOCK_STREAM, 0, buf, sizeof(buf), MSG_OOB,
|
/external/ltp/testcases/kernel/syscalls/recvfrom/ |
D | recvfrom01.c | 118 PF_INET, SOCK_STREAM, 0, (void *)buf, sizeof(buf), MSG_OOB,
|
/external/ltp/testcases/kernel/syscalls/send/ |
D | send01.c | 149 .flags = MSG_OOB,
|
/external/python/cpython2/Lib/plat-beos5/ |
D | IN.py | 315 MSG_OOB = 0x1 variable
|
/external/python/cpython3/Lib/ |
D | ftplib.py | 47 MSG_OOB = 0x1 # Process data out of band variable 264 self.sock.sendall(line, MSG_OOB)
|
/external/ltp/testcases/kernel/syscalls/sendto/ |
D | sendto01.c | 218 .flags = MSG_OOB,
|
/external/python/cpython2/Lib/ |
D | ftplib.py | 53 MSG_OOB = 0x1 # Process data out of band variable 243 self.sock.sendall(line, MSG_OOB)
|
/external/python/cpython3/Lib/test/ |
D | test_asyncore.py | 666 self.socket.recv(1024, socket.MSG_OOB) 672 self.socket.send(bytes(chr(244), 'latin-1'), socket.MSG_OOB)
|
/external/ltp/testcases/kernel/syscalls/recvmsg/ |
D | recvmsg01.c | 159 &msgdat, MSG_OOB, (struct sockaddr *)&from,
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | IN.py | 325 MSG_OOB = 0x1 variable
|
/external/ltp/testcases/kernel/syscalls/sendmsg/ |
D | sendmsg01.c | 315 .flags = MSG_OOB,
|