/external/strace/tests-m32/ |
D | netlink_sock_diag.c | 61 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 78 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 104 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_req() 118 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_req() 133 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_req() 156 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family) + 4, MSG_DONTWAIT, in test_odd_family_req() 170 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family) + 4, MSG_DONTWAIT, in test_odd_family_req() 201 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_msg() 215 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_msg() 230 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_msg() [all …]
|
D | netlink_protocol.c | 64 rc = sendto(fd, NULL, sizeof(*req), MSG_DONTWAIT, NULL, 0); in send_query() 69 rc = sendto(fd, req, 0, MSG_DONTWAIT, NULL, 0); in send_query() 74 rc = sendto(fd, NULL, 0, MSG_DONTWAIT, NULL, 0); in send_query() 80 rc = sendto(fd, efault, sizeof(struct nlmsghdr), MSG_DONTWAIT, NULL, 0); in send_query() 85 rc = sendto(fd, req->magic, sizeof(req->magic), MSG_DONTWAIT, NULL, 0); in send_query() 90 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0); in send_query() 98 rc = sendto(fd, &req->nlh, sizeof(req->nlh), MSG_DONTWAIT, NULL, 0); in send_query() 106 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0); in send_query() 114 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0); in send_query() 129 rc = sendto(fd, reqs, sizeof(*reqs), MSG_DONTWAIT, NULL, 0); in send_query() [all …]
|
D | nlattr.c | 73 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 85 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 103 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 113 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 131 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 151 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 169 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 191 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 204 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 225 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() [all …]
|
D | netlink_route.c | 46 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 63 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 71 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 79 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 87 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags()
|
D | msg_name.c | 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name()
|
D | netlink_xfrm.c | 47 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 64 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 72 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 80 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags()
|
D | netlink_netfilter.c | 50 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 57 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 66 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type()
|
D | mmsg-silent.c | 51 int rc = send_mmsg(fds[1], &mh, 1, MSG_DONTWAIT); in main() 57 rc = recv_mmsg(fds[0], &mh, 1, MSG_DONTWAIT, &t); in main()
|
/external/strace/tests/ |
D | netlink_sock_diag.c | 61 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 78 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 104 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_req() 118 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_req() 133 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_req() 156 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family) + 4, MSG_DONTWAIT, in test_odd_family_req() 170 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family) + 4, MSG_DONTWAIT, in test_odd_family_req() 201 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_msg() 215 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_msg() 230 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_msg() [all …]
|
D | netlink_protocol.c | 64 rc = sendto(fd, NULL, sizeof(*req), MSG_DONTWAIT, NULL, 0); in send_query() 69 rc = sendto(fd, req, 0, MSG_DONTWAIT, NULL, 0); in send_query() 74 rc = sendto(fd, NULL, 0, MSG_DONTWAIT, NULL, 0); in send_query() 80 rc = sendto(fd, efault, sizeof(struct nlmsghdr), MSG_DONTWAIT, NULL, 0); in send_query() 85 rc = sendto(fd, req->magic, sizeof(req->magic), MSG_DONTWAIT, NULL, 0); in send_query() 90 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0); in send_query() 98 rc = sendto(fd, &req->nlh, sizeof(req->nlh), MSG_DONTWAIT, NULL, 0); in send_query() 106 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0); in send_query() 114 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0); in send_query() 129 rc = sendto(fd, reqs, sizeof(*reqs), MSG_DONTWAIT, NULL, 0); in send_query() [all …]
|
D | nlattr.c | 73 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 85 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 103 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 113 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 131 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 151 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 169 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 191 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 204 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 225 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() [all …]
|
D | netlink_route.c | 46 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 63 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 71 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 79 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 87 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags()
|
D | msg_name.c | 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name()
|
D | netlink_xfrm.c | 47 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 64 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 72 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 80 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags()
|
D | netlink_netfilter.c | 50 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 57 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 66 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type()
|
D | mmsg-silent.c | 51 int rc = send_mmsg(fds[1], &mh, 1, MSG_DONTWAIT); in main() 57 rc = recv_mmsg(fds[0], &mh, 1, MSG_DONTWAIT, &t); in main()
|
D | net-y-unix.c | 128 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0) in main() 138 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL) in main() 210 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0) in main() 220 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL) in main()
|
/external/strace/tests-mx32/ |
D | netlink_sock_diag.c | 61 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 78 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 104 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_req() 118 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_req() 133 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_req() 156 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family) + 4, MSG_DONTWAIT, in test_odd_family_req() 170 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family) + 4, MSG_DONTWAIT, in test_odd_family_req() 201 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_msg() 215 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_msg() 230 rc = sendto(fd, nlh, NLMSG_HDRLEN + sizeof(*family), MSG_DONTWAIT, in test_odd_family_msg() [all …]
|
D | netlink_protocol.c | 64 rc = sendto(fd, NULL, sizeof(*req), MSG_DONTWAIT, NULL, 0); in send_query() 69 rc = sendto(fd, req, 0, MSG_DONTWAIT, NULL, 0); in send_query() 74 rc = sendto(fd, NULL, 0, MSG_DONTWAIT, NULL, 0); in send_query() 80 rc = sendto(fd, efault, sizeof(struct nlmsghdr), MSG_DONTWAIT, NULL, 0); in send_query() 85 rc = sendto(fd, req->magic, sizeof(req->magic), MSG_DONTWAIT, NULL, 0); in send_query() 90 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0); in send_query() 98 rc = sendto(fd, &req->nlh, sizeof(req->nlh), MSG_DONTWAIT, NULL, 0); in send_query() 106 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0); in send_query() 114 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0); in send_query() 129 rc = sendto(fd, reqs, sizeof(*reqs), MSG_DONTWAIT, NULL, 0); in send_query() [all …]
|
D | nlattr.c | 73 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 85 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 103 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 113 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 131 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 151 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 169 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 191 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 204 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() 225 rc = sendto(fd, msg, msg_len, MSG_DONTWAIT, NULL, 0); in test_nlattr() [all …]
|
D | netlink_route.c | 46 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 63 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 71 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 79 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 87 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags()
|
D | msg_name.c | 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name()
|
D | netlink_xfrm.c | 47 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 64 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 72 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags() 80 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_flags()
|
D | netlink_netfilter.c | 50 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 57 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type() 66 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0); in test_nlmsg_type()
|
D | mmsg-silent.c | 51 int rc = send_mmsg(fds[1], &mh, 1, MSG_DONTWAIT); in main() 57 rc = recv_mmsg(fds[0], &mh, 1, MSG_DONTWAIT, &t); in main()
|