Home
last modified time | relevance | path

Searched refs:MSG_CTRUNC (Results 1 – 25 of 50) sorted by relevance

12

/external/strace/xlat/
Dmsg_flags.h27 #if defined(MSG_CTRUNC) || (defined(HAVE_DECL_MSG_CTRUNC) && HAVE_DECL_MSG_CTRUNC)
29 static_assert((MSG_CTRUNC) == (0x8), "MSG_CTRUNC != 0x8");
32 # define MSG_CTRUNC 0x8
188 XLAT(MSG_CTRUNC),
Dmsg_flags.in5 MSG_CTRUNC 0x8
/external/libchrome/base/posix/
Dunix_domain_socket.cc191 if (msg.msg_flags & MSG_TRUNC || msg.msg_flags & MSG_CTRUNC) { in RecvMsgWithFlags()
192 if (msg.msg_flags & MSG_CTRUNC) { in RecvMsgWithFlags()
/external/python/cpython2/Lib/plat-os2emx/
DSOCKET.py88 MSG_CTRUNC = 0x20 variable
/external/ltp/utils/sctp/func_tests/
Dtest_autoclose.c143 MSG_EOR|MSG_CTRUNC, 0, 0); in main()
/external/linux-kselftest/tools/testing/selftests/net/
Dtcp_inq.c173 if (msg.msg_flags & MSG_CTRUNC) in main()
Dmsg_zerocopy.c375 if (msg.msg_flags & MSG_CTRUNC) in do_recvmsg_completion()
413 if (msg.msg_flags & MSG_CTRUNC) in do_recv_completion()
Dudpgso_bench_tx.c122 if (msg.msg_flags != (MSG_ERRQUEUE | MSG_CTRUNC)) in flush_zerocopy()
/external/libchrome/mojo/public/cpp/platform/
Dsocket_utils_posix.cc149 DCHECK(!(msg.msg_flags & MSG_CTRUNC)); in SocketRecvmsg()
/external/python/cpython3/Lib/test/
Dtest_socket.py3093 self.checkFlags(flags, eor=True, checkunset=socket.MSG_CTRUNC,
3152 ignoreflags=socket.MSG_CTRUNC)
3192 maxcmsgs=2, ignoreflags=socket.MSG_CTRUNC)
3225 ignoreflags=socket.MSG_CTRUNC)
3238 self.checkFlags(flags, eor=True, ignore=socket.MSG_CTRUNC)
3259 self.checkFlags(flags, eor=True, ignore=socket.MSG_CTRUNC)
3290 self.checkFlags(flags, eor=True, checkset=socket.MSG_CTRUNC,
3300 ignoreflags=socket.MSG_CTRUNC)
3308 ignoreflags=socket.MSG_CTRUNC)
3351 self.checkFlags(flags, eor=True, checkset=socket.MSG_CTRUNC)
[all …]
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Drxtimestamp.c198 if (hdr.msg_flags & (MSG_TRUNC | MSG_CTRUNC)) in do_recv()
/external/python/cpython2/Lib/plat-unixware7/
DIN.py328 MSG_CTRUNC = 0x8 variable
/external/mdnsresponder/mDNSPosix/
DmDNSUNP.c572 (msg.msg_flags & MSG_CTRUNC) || pktp == NULL) in recvfrom_flags()
/external/libnl/lib/
Dnl.c682 if (msg.msg_flags & MSG_CTRUNC) { in nl_recv()
/external/perfetto/src/base/
Dunix_socket.cc319 if (msg_hdr.msg_flags & MSG_TRUNC || msg_hdr.msg_flags & MSG_CTRUNC) { in Receive()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go650 MSG_CTRUNC = 0x10 const
Dzerrors_dragonfly_amd64.go884 MSG_CTRUNC = 0x20 const
Dzerrors_openbsd_arm.go904 MSG_CTRUNC = 0x20 const
Dzerrors_openbsd_amd64.go943 MSG_CTRUNC = 0x20 const
Dzerrors_openbsd_386.go903 MSG_CTRUNC = 0x20 const
Dzerrors_darwin_386.go953 MSG_CTRUNC = 0x20 const
Dzerrors_darwin_arm64.go953 MSG_CTRUNC = 0x20 const
Dzerrors_darwin_amd64.go953 MSG_CTRUNC = 0x20 const
Dzerrors_netbsd_arm.go1002 MSG_CTRUNC = 0x20 const
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc706 if ((msg.msg_flags & MSG_CTRUNC) == 1) { in process_errors()

12