Home
last modified time | relevance | path

Searched defs:recv_fd (Results 1 – 7 of 7) sorted by relevance

/external/strace/tests-mx32/
Dmsg_name.c40 send_recv(const int send_fd, const int recv_fd, in send_recv()
49 test_msg_name(const int send_fd, const int recv_fd) in test_msg_name()
Dmmsg_name.c83 test_mmsg_name(const int send_fd, const int recv_fd) in test_mmsg_name()
/external/strace/tests/
Dmsg_name.c40 send_recv(const int send_fd, const int recv_fd, in send_recv()
49 test_msg_name(const int send_fd, const int recv_fd) in test_msg_name()
Dmmsg_name.c83 test_mmsg_name(const int send_fd, const int recv_fd) in test_mmsg_name()
/external/strace/tests-m32/
Dmsg_name.c40 send_recv(const int send_fd, const int recv_fd, in send_recv()
49 test_msg_name(const int send_fd, const int recv_fd) in test_msg_name()
Dmmsg_name.c83 test_mmsg_name(const int send_fd, const int recv_fd) in test_mmsg_name()
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseport_addr_any.c193 int epfd, i, send_fd, recv_fd; in test() local