Lines Matching refs:send_fd
40 send_recv(const int send_fd, const int recv_fd, in send_recv() argument
43 if (send(send_fd, "A", 1, 0) != 1) 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()
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()
130 rc = send_recv(send_fd, -1, msg + 1, 0); in test_msg_name()
135 rc = send_recv(send_fd, -1, 0, 0); in test_msg_name()