HomeSort by relevance Sort by last modified time
    Searched refs:recv_fd (Results 1 - 12 of 12) sorted by null

  /external/strace/tests/
msg_name.c 40 send_recv(const int send_fd, const int recv_fd,
45 return recvmsg(recv_fd, msg, flags);
49 test_msg_name(const int send_fd, const int recv_fd)
66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
73 recv_fd, addr->sun_path, (int) sizeof(struct sockaddr_un),
77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
82 recv_fd, addr->sun_path, (int) msg->msg_namelen, rc);
85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
89 recv_fd, (int) msg->msg_namelen, rc);
96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT)
    [all...]
mmsg_name.c 83 test_mmsg_name(const int send_fd, const int recv_fd)
199 rc = recv_mmsg(recv_fd, recv_mh, IOV_MAX1, MSG_DONTWAIT, 0);
203 printf("recvmmsg(%d, [", recv_fd);
  /external/strace/tests-m32/
msg_name.c 40 send_recv(const int send_fd, const int recv_fd,
45 return recvmsg(recv_fd, msg, flags);
49 test_msg_name(const int send_fd, const int recv_fd)
66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
73 recv_fd, addr->sun_path, (int) sizeof(struct sockaddr_un),
77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
82 recv_fd, addr->sun_path, (int) msg->msg_namelen, rc);
85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
89 recv_fd, (int) msg->msg_namelen, rc);
96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT)
    [all...]
mmsg_name.c 83 test_mmsg_name(const int send_fd, const int recv_fd)
199 rc = recv_mmsg(recv_fd, recv_mh, IOV_MAX1, MSG_DONTWAIT, 0);
203 printf("recvmmsg(%d, [", recv_fd);
  /external/strace/tests-mx32/
msg_name.c 40 send_recv(const int send_fd, const int recv_fd,
45 return recvmsg(recv_fd, msg, flags);
49 test_msg_name(const int send_fd, const int recv_fd)
66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
73 recv_fd, addr->sun_path, (int) sizeof(struct sockaddr_un),
77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
82 recv_fd, addr->sun_path, (int) msg->msg_namelen, rc);
85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
89 recv_fd, (int) msg->msg_namelen, rc);
96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT)
    [all...]
mmsg_name.c 83 test_mmsg_name(const int send_fd, const int recv_fd)
199 rc = recv_mmsg(recv_fd, recv_mh, IOV_MAX1, MSG_DONTWAIT, 0);
203 printf("recvmmsg(%d, [", recv_fd);
  /system/core/debuggerd/
util.h 45 ssize_t recv_fd(int sockfd, void* _Nonnull data, size_t len,
util.cpp 49 ssize_t recv_fd(int sockfd, void* _Nonnull data, size_t len, unique_fd* _Nullable out_fd) { function
  /system/core/libion/
ion_test.c 172 int fd, recv_fd; local
194 recv_fd = *(int*)CMSG_DATA(cmsg);
195 if (recv_fd < 0) {
196 printf("could not get recv_fd from socket");
199 printf("child %d\n", recv_fd);
201 ptr = mmap(NULL, len, prot, map_flags, recv_fd, 0);
  /system/core/debuggerd/tombstoned/
tombstoned_client.cpp 56 ssize_t rc = recv_fd(sockfd, &packet, sizeof(packet), &tmp_output_fd);
intercept_manager.cpp 99 ssize_t result = recv_fd(sockfd, &intercept_request, sizeof(intercept_request), &rcv_fd);
  /external/perfetto/src/ipc/
unix_socket.cc 396 size_t UnixSocket::Receive(void* msg, size_t len, base::ScopedFile* recv_fd) {
408 if (recv_fd) {
450 if (recv_fd && i == 0) {
451 recv_fd->reset(fds[i]);

Completed in 969 milliseconds