HomeSort by relevance Sort by last modified time
    Searched full:send_recv (Results 1 - 4 of 4) sorted by null

  /external/strace/tests/
msg_name.c 40 send_recv(const int send_fd, const int recv_fd, function
66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
130 rc = send_recv(send_fd, -1, msg + 1, 0);
135 rc = send_recv(send_fd, -1, 0, 0);
  /external/strace/tests-m32/
msg_name.c 40 send_recv(const int send_fd, const int recv_fd, function
66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
130 rc = send_recv(send_fd, -1, msg + 1, 0);
135 rc = send_recv(send_fd, -1, 0, 0);
  /external/strace/tests-mx32/
msg_name.c 40 send_recv(const int send_fd, const int recv_fd, function
66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
130 rc = send_recv(send_fd, -1, msg + 1, 0);
135 rc = send_recv(send_fd, -1, 0, 0);
  /external/libnl/lib/
nl.c 43 * @defgroup send_recv Send & Receive Data

Completed in 200 milliseconds