HomeSort by relevance Sort by last modified time
    Searched refs:mmsghdr (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/strace/mpers-m32/
struct_mmsghdr.c 32 typedef struct mmsghdr struct_mmsghdr;
  /external/strace/mpers-mx32/
struct_mmsghdr.c 32 typedef struct mmsghdr struct_mmsghdr;
  /external/strace/
msghdr.h 4 /* For definitions of struct msghdr and struct mmsghdr. */
8 struct mmsghdr { struct
fetch_struct_mmsghdr.c 33 typedef struct mmsghdr struct_mmsghdr;
49 struct mmsghdr *p_native = p;
mmsghdr.c 60 const struct mmsghdr *const mmsg = elem_buf;
115 struct mmsghdr mh;
132 struct mmsghdr mmsg;
156 struct mmsghdr mmsg;
  /external/strace/tests/
libmmsg.c 45 recv_mmsg(const int fd, struct mmsghdr *const vec,
59 send_mmsg(const int fd, struct mmsghdr *const vec,
mmsg-silent.c 44 struct mmsghdr mh = {
recvmmsg-timeout.c 47 struct mmsghdr mh = {
tests.h 136 struct mmsghdr;
138 int recv_mmsg(int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
139 int send_mmsg(int, struct mmsghdr *, unsigned int, unsigned int);
mmsg.c 77 const struct mmsghdr w_mmh_[] = {
150 const struct mmsghdr r_mmh_[] = {
  /external/strace/tests-m32/
libmmsg.c 45 recv_mmsg(const int fd, struct mmsghdr *const vec,
59 send_mmsg(const int fd, struct mmsghdr *const vec,
mmsg-silent.c 44 struct mmsghdr mh = {
recvmmsg-timeout.c 47 struct mmsghdr mh = {
tests.h 136 struct mmsghdr;
138 int recv_mmsg(int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
139 int send_mmsg(int, struct mmsghdr *, unsigned int, unsigned int);
mmsg.c 77 const struct mmsghdr w_mmh_[] = {
150 const struct mmsghdr r_mmh_[] = {
  /external/strace/tests-mx32/
libmmsg.c 45 recv_mmsg(const int fd, struct mmsghdr *const vec,
59 send_mmsg(const int fd, struct mmsghdr *const vec,
mmsg-silent.c 44 struct mmsghdr mh = {
recvmmsg-timeout.c 47 struct mmsghdr mh = {
tests.h 136 struct mmsghdr;
138 int recv_mmsg(int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
139 int send_mmsg(int, struct mmsghdr *, unsigned int, unsigned int);
mmsg.c 77 const struct mmsghdr w_mmh_[] = {
150 const struct mmsghdr r_mmh_[] = {
  /bionic/tests/
sys_socket_test.cpp 142 struct mmsghdr msgs[NUM_RECV_MSGS];
143 memset(msgs, 0, sizeof(struct mmsghdr)*NUM_RECV_MSGS);
187 struct mmsghdr msgs[NUM_SEND_MSGS];
188 memset(msgs, 0, sizeof(struct mmsghdr)*NUM_SEND_MSGS);
  /development/ndk/platforms/android-21/include/sys/
socket.h 99 struct mmsghdr { struct
279 __socketcall int recvmmsg(int, struct mmsghdr*, unsigned int, int, const struct timespec*);
281 __socketcall int sendmmsg(int, const struct mmsghdr*, unsigned int, int);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 272 struct mmsghdr struct
431 extern int recvmmsg (int __fd, struct mmsghdr *__vmessages,
439 extern int sendmmsg (int __fd, struct mmsghdr *__vmessages,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 272 struct mmsghdr struct
431 extern int recvmmsg (int __fd, struct mmsghdr *__vmessages,
439 extern int sendmmsg (int __fd, struct mmsghdr *__vmessages,
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/sys/
socket.h 99 struct mmsghdr { struct
279 __socketcall int recvmmsg(int, struct mmsghdr*, unsigned int, int, const struct timespec*);
281 __socketcall int sendmmsg(int, const struct mmsghdr*, unsigned int, int);

Completed in 326 milliseconds

1 2 3