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

  /external/strace/tests/
libmmsg.c 59 send_mmsg(const int fd, struct mmsghdr *const vec, function
mmsg-silent.c 51 int rc = send_mmsg(fds[1], &mh, 1, MSG_DONTWAIT);
mmsg_name.c 115 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT);
150 rc = send_mmsg(-1, &send_mh[IOV_MAX], 2, MSG_DONTWAIT);
158 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT);
mmsg.c 94 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL);
tests.h 200 int send_mmsg(int, struct mmsghdr *, unsigned int, unsigned int);
  /external/strace/tests-m32/
libmmsg.c 59 send_mmsg(const int fd, struct mmsghdr *const vec, function
mmsg-silent.c 51 int rc = send_mmsg(fds[1], &mh, 1, MSG_DONTWAIT);
mmsg_name.c 115 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT);
150 rc = send_mmsg(-1, &send_mh[IOV_MAX], 2, MSG_DONTWAIT);
158 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT);
mmsg.c 94 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL);
tests.h 200 int send_mmsg(int, struct mmsghdr *, unsigned int, unsigned int);
  /external/strace/tests-mx32/
libmmsg.c 59 send_mmsg(const int fd, struct mmsghdr *const vec, function
mmsg-silent.c 51 int rc = send_mmsg(fds[1], &mh, 1, MSG_DONTWAIT);
mmsg_name.c 115 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT);
150 rc = send_mmsg(-1, &send_mh[IOV_MAX], 2, MSG_DONTWAIT);
158 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT);
mmsg.c 94 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL);
tests.h 200 int send_mmsg(int, struct mmsghdr *, unsigned int, unsigned int);

Completed in 489 milliseconds