/external/iptables/include/libipulog/ |
D | libipulog.h | 18 #ifndef MSG_TRUNC 19 #define MSG_TRUNC 0x20 macro
|
/external/iptables/include/libipq/ |
D | libipq.h | 44 #ifndef MSG_TRUNC 45 #define MSG_TRUNC 0x20 macro
|
/external/strace/xlat/ |
D | msg_flags.h | 24 #if defined(MSG_TRUNC) || (defined(HAVE_DECL_MSG_TRUNC) && HAVE_DECL_MSG_TRUNC) 25 XLAT(MSG_TRUNC),
|
D | msg_flags.in | 6 MSG_TRUNC
|
/external/dnsmasq/src/ |
D | netlink.c | 91 while ((rc = recvmsg(daemon->netlinkfd, &msg, MSG_PEEK | MSG_TRUNC)) == -1 && errno == EINTR); in netlink_recv() 94 if (rc != -1 && (msg.msg_flags & MSG_TRUNC)) in netlink_recv() 116 if (msg.msg_flags & MSG_TRUNC) in netlink_recv()
|
D | dhcp.c | 143 while ((sz = recvmsg(daemon->dhcpfd, &msg, MSG_PEEK | MSG_TRUNC)) == -1 && errno == EINTR); in dhcp_packet() 148 if (!(msg.msg_flags & MSG_TRUNC)) in dhcp_packet() 175 if ((msg.msg_flags & MSG_TRUNC) || sz < (ssize_t)(sizeof(*mess) - sizeof(mess->options))) in dhcp_packet()
|
D | forward.c | 632 (msg.msg_flags & MSG_TRUNC) || in receive_query()
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | recv_msg_trunc.cc | 31 assert(recv(fd_1, buf, 1, MSG_TRUNC) != -1); in main()
|
/external/iproute2/lib/ |
D | libnetlink.c | 311 if (msg.msg_flags & MSG_TRUNC) { in rtnl_dump_filter_l() 394 if (msg.msg_flags & MSG_TRUNC) { in rtnl_talk() 442 if (msg.msg_flags & MSG_TRUNC) { in rtnl_talk() 540 if (msg.msg_flags & MSG_TRUNC) { in rtnl_listen() 555 if (msg.msg_flags & MSG_TRUNC) { in rtnl_listen()
|
/external/libnfnetlink/src/ |
D | libnfnetlink.c | 615 if (msg.msg_flags & MSG_TRUNC) { in nfnl_listen() 644 if (msg.msg_flags & MSG_TRUNC) { in nfnl_listen() 733 if (msg.msg_flags & MSG_TRUNC) { in nfnl_talk() 776 if (msg.msg_flags & MSG_TRUNC) { in nfnl_talk()
|
/external/iputils/ninfod/ |
D | ni_ifaddrs.c | 154 || (msg.msg_flags & MSG_TRUNC)) in nl_recvmsg() 180 if (read_size < 0 || (msg_flags & MSG_TRUNC)) { in nl_getmsg()
|
/external/selinux/libselinux/src/ |
D | avc_internal.c | 148 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > (unsigned)rc) { in avc_netlink_receive()
|
/external/google-breakpad/src/client/linux/crash_generation/ |
D | crash_generation_server.cc | 223 msg.msg_flags & ~MSG_TRUNC) in ClientEvent()
|
/external/libchrome/base/posix/ |
D | unix_domain_socket_linux.cc | 161 if (msg.msg_flags & MSG_TRUNC || msg.msg_flags & MSG_CTRUNC) { in RecvMsgWithFlags()
|
/external/libnl/lib/ |
D | nl.c | 645 flags |= MSG_PEEK | MSG_TRUNC; in nl_recv() 694 if (iov.iov_len < n || (msg.msg_flags & MSG_TRUNC)) { in nl_recv()
|
/external/dnsmasq/contrib/wrt/ |
D | dhcp_release.c | 129 if (rc == -1 || !(msg.msg_flags & MSG_TRUNC)) in netlink_recv()
|
/external/libusb/libusb/os/ |
D | linux_netlink.c | 317 if (len < 32 || (msg.msg_flags & MSG_TRUNC)) { in linux_netlink_read_message()
|
/external/iptables/libipq/ |
D | libipq.c | 186 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > status) { in ipq_netlink_recvfrom()
|
/external/libpcap/ |
D | pcap-linux.c | 257 #ifndef MSG_TRUNC 266 #define MSG_TRUNC 0x20 macro 1632 packet_len = recvmsg(handle->fd, &msg, MSG_TRUNC); 1637 handle->bufsize - offset, MSG_TRUNC, 6529 while (recv(handle->fd, &drain, sizeof drain, MSG_TRUNC) >= 0)
|
/external/libnl/ |
D | make.log | 45 if (iov.iov_len < n || (msg.msg_flags & MSG_TRUNC)) { 207 if (iov.iov_len < n || (msg.msg_flags & MSG_TRUNC)) {
|
D | ChangeLog | 27 o Double buffer size when recv() returns MSG_TRUNC
|
/external/ipsec-tools/src/racoon/ |
D | grabmyaddr.c | 212 if (msg.msg_flags & MSG_TRUNC) in recvaddrs()
|
/external/dhcpcd-6.8.2/ |
D | if-linux.c | 336 flags | MSG_PEEK | MSG_DONTWAIT | MSG_TRUNC); in get_netlink()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |