Home
last modified time | relevance | path

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

/third_party/musl/src/network/
Drecvmsg.c39 msg->msg_flags |= MSG_CTRUNC; in __convert_scm_timestamps()
/third_party/musl/porting/liteos_a/user/src/network/
Drecvmsg.c40 msg->msg_flags |= MSG_CTRUNC; in __convert_scm_timestamps()
/third_party/ltp/utils/sctp/func_tests/
Dtest_autoclose.c147 MSG_EOR|MSG_CTRUNC, 0, 0); in main()
/third_party/musl/libc-test/src/api/
Dsys_socket.c78 C(MSG_CTRUNC) in f()
/third_party/musl/ndk_musl_include/sys/
Dsocket.h335 #define MSG_CTRUNC 0x0008 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h331 #define MSG_CTRUNC 0x0008 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h320 #define MSG_CTRUNC 0x0008 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h331 #define MSG_CTRUNC 0x0008 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h331 #define MSG_CTRUNC 0x0008 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h335 #define MSG_CTRUNC 0x0008 macro
/third_party/musl/include/sys/
Dsocket.h331 #define MSG_CTRUNC 0x0008 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h331 #define MSG_CTRUNC 0x0008 macro
/third_party/python/Lib/test/
Dtest_socket.py3437 self.checkFlags(flags, eor=True, checkunset=socket.MSG_CTRUNC,
3496 ignoreflags=socket.MSG_CTRUNC)
3536 maxcmsgs=2, ignoreflags=socket.MSG_CTRUNC)
3569 ignoreflags=socket.MSG_CTRUNC)
3582 self.checkFlags(flags, eor=True, ignore=socket.MSG_CTRUNC)
3603 self.checkFlags(flags, eor=True, ignore=socket.MSG_CTRUNC)
3634 self.checkFlags(flags, eor=True, checkset=socket.MSG_CTRUNC,
3644 ignoreflags=socket.MSG_CTRUNC)
3652 ignoreflags=socket.MSG_CTRUNC)
3695 self.checkFlags(flags, eor=True, checkset=socket.MSG_CTRUNC)
[all …]
/third_party/lwip/src/include/lwip/
Dsockets.h139 #define MSG_CTRUNC 0x08 macro
/third_party/libnl/lib/
Dnl.c720 if (msg.msg_flags & MSG_CTRUNC) { in nl_recv()
/third_party/lwip/test/unit/api/
Dtest_sockets.c628 fail_unless(msg.msg_flags & MSG_CTRUNC); in test_sockets_msgapi_cmsg()
/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.cc799 GPR_DEBUG_ASSERT(!(msg.msg_flags & MSG_CTRUNC)); in tcp_do_read()
1179 if (GPR_UNLIKELY((msg.msg_flags & MSG_CTRUNC) != 0)) { in process_errors()
/third_party/python/Modules/
Dsocketmodule.c7609 #ifdef MSG_CTRUNC
7610 PyModule_AddIntMacro(m, MSG_CTRUNC);
/third_party/lwip/src/api/
Dsockets.c1202 msg->msg_flags |= MSG_CTRUNC; in lwip_recvfrom_udp_raw()