Home
last modified time | relevance | path

Searched refs:MSG_TRUNC (Results 1 – 25 of 26) sorted by relevance

12

/third_party/iptables/include/libipulog/
Dlibipulog.h18 #ifndef MSG_TRUNC
19 #define MSG_TRUNC 0x20 macro
/third_party/iptables/include/libipq/
Dlibipq.h44 #ifndef MSG_TRUNC
45 #define MSG_TRUNC 0x20 macro
/third_party/musl/libc-test/src/api/
Dsys_socket.c84 C(MSG_TRUNC) in f()
/third_party/selinux/libselinux/src/
Davc_internal.c192 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > (unsigned)rc) { in avc_netlink_receive()
/third_party/libusb/libusb/os/
Dlinux_netlink.c308 if (len < 32 || (msg.msg_flags & MSG_TRUNC)) { in linux_netlink_read_message()
/third_party/libnl/lib/
Dnl.c680 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/
Dsocket.h337 #define MSG_TRUNC 0x0020 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h333 #define MSG_TRUNC 0x0020 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h322 #define MSG_TRUNC 0x0020 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h333 #define MSG_TRUNC 0x0020 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h333 #define MSG_TRUNC 0x0020 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h337 #define MSG_TRUNC 0x0020 macro
/third_party/musl/include/sys/
Dsocket.h333 #define MSG_TRUNC 0x0020 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h333 #define MSG_TRUNC 0x0020 macro
/third_party/iptables/libipq/
Dlibipq.c186 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > status) { in ipq_netlink_recvfrom()
/third_party/ltp/lib/
Dtst_rtnetlink.c180 MSG_DONTWAIT | MSG_PEEK | MSG_TRUNC); in tst_rtnl_recv()
/third_party/glib/gio/
Dgnetworkmonitornetlink.c316 flags = MSG_PEEK | MSG_TRUNC; in read_netlink_messages()
/third_party/libuv/src/unix/
Dudp.c227 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/
Dlibudev-monitor.c577 if (buflen < 32 || (smsg.msg_flags & MSG_TRUNC)) { in udev_monitor_receive_device()
/third_party/lwip/src/include/lwip/
Dsockets.h138 #define MSG_TRUNC 0x04 macro
/third_party/libnl/
DChangeLog27 o Double buffer size when recv() returns MSG_TRUNC
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_client.c857 if (msghdr.msg_flags & MSG_TRUNC) { in radius_client_receive()
/third_party/python/Modules/
Dsocketmodule.c7606 #ifdef MSG_TRUNC
7607 PyModule_AddIntMacro(m, MSG_TRUNC);
/third_party/lwip/src/api/
Dsockets.c1406 message->msg_flags |= MSG_TRUNC; in lwip_recvmsg()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctputil.c6928 out_flags |= MSG_TRUNC;
6951 out_flags |= MSG_TRUNC;

12