Home
last modified time | relevance | path

Searched refs:MSG_DONTWAIT (Results 1 – 25 of 91) sorted by relevance

1234

/external/strace/tests-m32/
Dnetlink_sock_diag.c61 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 …]
Dnetlink_protocol.c64 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 …]
Dnlattr.c73 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 …]
Dnetlink_route.c46 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()
Dmsg_name.c66 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()
Dnetlink_xfrm.c47 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()
Dnetlink_netfilter.c50 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()
Dmmsg-silent.c51 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/
Dnetlink_sock_diag.c61 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 …]
Dnetlink_protocol.c64 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 …]
Dnlattr.c73 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 …]
Dnetlink_route.c46 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()
Dmsg_name.c66 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()
Dnetlink_xfrm.c47 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()
Dnetlink_netfilter.c50 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()
Dmmsg-silent.c51 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()
Dnet-y-unix.c128 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/
Dnetlink_sock_diag.c61 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 …]
Dnetlink_protocol.c64 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 …]
Dnlattr.c73 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 …]
Dnetlink_route.c46 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()
Dmsg_name.c66 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()
Dnetlink_xfrm.c47 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()
Dnetlink_netfilter.c50 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()
Dmmsg-silent.c51 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()

1234