/third_party/iptables/include/libipulog/ |
D | libipulog.h | 18 #ifndef MSG_TRUNC 19 #define MSG_TRUNC 0x20 macro
|
/third_party/iptables/include/libipq/ |
D | libipq.h | 44 #ifndef MSG_TRUNC 45 #define MSG_TRUNC 0x20 macro
|
/third_party/musl/libc-test/src/api/ |
D | sys_socket.c | 84 C(MSG_TRUNC) in f()
|
/third_party/selinux/libselinux/src/ |
D | avc_internal.c | 192 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > (unsigned)rc) { in avc_netlink_receive()
|
/third_party/libusb/libusb/os/ |
D | linux_netlink.c | 308 if (len < 32 || (msg.msg_flags & MSG_TRUNC)) { in linux_netlink_read_message()
|
/third_party/libnl/lib/ |
D | nl.c | 680 flags |= MSG_PEEK | MSG_TRUNC; in nl_recv() 739 if (iov.iov_len < n || (msg.msg_flags & MSG_TRUNC)) { in nl_recv()
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 337 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 333 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 322 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 333 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 333 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 337 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 333 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 333 #define MSG_TRUNC 0x0020 macro
|
/third_party/iptables/libipq/ |
D | libipq.c | 186 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > status) { in ipq_netlink_recvfrom()
|
/third_party/ltp/lib/ |
D | tst_rtnetlink.c | 180 MSG_DONTWAIT | MSG_PEEK | MSG_TRUNC); in tst_rtnl_recv()
|
/third_party/glib/gio/ |
D | gnetworkmonitornetlink.c | 316 flags = MSG_PEEK | MSG_TRUNC; in read_netlink_messages()
|
/third_party/libuv/src/unix/ |
D | udp.c | 227 if (msgs[k].msg_hdr.msg_flags & MSG_TRUNC) in uv__udp_recvmmsg() 300 if (h.msg_flags & MSG_TRUNC) in uv__udp_recvmsg()
|
/third_party/eudev/src/libudev/ |
D | libudev-monitor.c | 577 if (buflen < 32 || (smsg.msg_flags & MSG_TRUNC)) { in udev_monitor_receive_device()
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 138 #define MSG_TRUNC 0x04 macro
|
/third_party/libnl/ |
D | ChangeLog | 27 o Double buffer size when recv() returns MSG_TRUNC
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius_client.c | 857 if (msghdr.msg_flags & MSG_TRUNC) { in radius_client_receive()
|
/third_party/python/Modules/ |
D | socketmodule.c | 7606 #ifdef MSG_TRUNC 7607 PyModule_AddIntMacro(m, MSG_TRUNC);
|
/third_party/lwip/src/api/ |
D | sockets.c | 1406 message->msg_flags |= MSG_TRUNC; in lwip_recvmsg()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctputil.c | 6928 out_flags |= MSG_TRUNC; 6951 out_flags |= MSG_TRUNC;
|