/external/strace/tests-mx32/ |
D | msg_name.c | 40 send_recv(const int send_fd, const int recv_fd, in send_recv() argument 45 return recvmsg(recv_fd, msg, flags); in send_recv() 49 test_msg_name(const int send_fd, const int recv_fd) in test_msg_name() argument 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 73 recv_fd, addr->sun_path, (int) sizeof(struct sockaddr_un), in test_msg_name() 77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 82 recv_fd, addr->sun_path, (int) msg->msg_namelen, rc); in test_msg_name() 85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 89 recv_fd, (int) msg->msg_namelen, rc); in test_msg_name() 96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() [all …]
|
D | mmsg_name.c | 83 test_mmsg_name(const int send_fd, const int recv_fd) in test_mmsg_name() argument 199 rc = recv_mmsg(recv_fd, recv_mh, IOV_MAX1, MSG_DONTWAIT, 0); in test_mmsg_name() 203 printf("recvmmsg(%d, [", recv_fd); in test_mmsg_name()
|
/external/strace/tests-m32/ |
D | msg_name.c | 40 send_recv(const int send_fd, const int recv_fd, in send_recv() argument 45 return recvmsg(recv_fd, msg, flags); in send_recv() 49 test_msg_name(const int send_fd, const int recv_fd) in test_msg_name() argument 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 73 recv_fd, addr->sun_path, (int) sizeof(struct sockaddr_un), in test_msg_name() 77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 82 recv_fd, addr->sun_path, (int) msg->msg_namelen, rc); in test_msg_name() 85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 89 recv_fd, (int) msg->msg_namelen, rc); in test_msg_name() 96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() [all …]
|
D | mmsg_name.c | 83 test_mmsg_name(const int send_fd, const int recv_fd) in test_mmsg_name() argument 199 rc = recv_mmsg(recv_fd, recv_mh, IOV_MAX1, MSG_DONTWAIT, 0); in test_mmsg_name() 203 printf("recvmmsg(%d, [", recv_fd); in test_mmsg_name()
|
/external/strace/tests/ |
D | msg_name.c | 40 send_recv(const int send_fd, const int recv_fd, in send_recv() argument 45 return recvmsg(recv_fd, msg, flags); in send_recv() 49 test_msg_name(const int send_fd, const int recv_fd) in test_msg_name() argument 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 73 recv_fd, addr->sun_path, (int) sizeof(struct sockaddr_un), in test_msg_name() 77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 82 recv_fd, addr->sun_path, (int) msg->msg_namelen, rc); in test_msg_name() 85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 89 recv_fd, (int) msg->msg_namelen, rc); in test_msg_name() 96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() [all …]
|
D | mmsg_name.c | 83 test_mmsg_name(const int send_fd, const int recv_fd) in test_mmsg_name() argument 199 rc = recv_mmsg(recv_fd, recv_mh, IOV_MAX1, MSG_DONTWAIT, 0); in test_mmsg_name() 203 printf("recvmmsg(%d, [", recv_fd); in test_mmsg_name()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | reuseport_addr_any.c | 193 int epfd, i, send_fd, recv_fd; in test() local 208 recv_fd = receive_once(epfd, proto); in test() 209 if (recv_fd != fd) in test()
|