/third_party/ltp/testcases/kernel/syscalls/sendmmsg/ |
D | sendmmsg_var.h | 12 static inline int libc_sendmmsg(int sockfd, struct mmsghdr *msgvec, in libc_sendmmsg() 23 static inline int sys_sendmmsg(int sockfd, struct mmsghdr *msgvec, in sys_sendmmsg() 29 static inline int libc_recvmmsg(int sockfd, struct mmsghdr *msgvec, in libc_recvmmsg() 40 static inline int sys_recvmmsg(int sockfd, struct mmsghdr *msgvec, in sys_recvmmsg() 46 static inline int sys_recvmmsg64(int sockfd, struct mmsghdr *msgvec, in sys_recvmmsg64()
|
D | sendmmsg02.c | 16 static struct mmsghdr *snd_msg; 25 struct mmsghdr **msg_vec;
|
D | sendmmsg01.c | 17 static struct mmsghdr *snd_msg, *rcv_msg;
|
/third_party/ltp/include/ |
D | time64_variants.h | 26 struct mmsghdr; 57 int (*recvmmsg)(int sockfd, struct mmsghdr *msgvec, unsigned int vlen, 59 int (*sendmmsg)(int sockfd, struct mmsghdr *msgvec, unsigned int vlen,
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | __recvmmsg_time64.c | 26 extern int __recvmmsg_time64(int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *); 34 struct mmsghdr msg[2]; in sendsss() 81 struct mmsghdr msgs[VLEN]; in recvsss()
|
D | recvmmsg.c | 32 struct mmsghdr msg[2]; in sendsss() 79 struct mmsghdr msgs[VLEN]; in recvsss()
|
D | sendmmsg.c | 33 struct mmsghdr msg[2]; in sendmmsg_0100()
|
/third_party/musl/src/network/ |
D | recvmmsg.c | 13 int recvmmsg(int fd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags, struct timespec… in recvmmsg() 16 struct mmsghdr *mh = msgvec; in recvmmsg()
|
D | sendmmsg.c | 7 int sendmmsg(int fd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags) in sendmmsg()
|
/third_party/ltp/testcases/kernel/syscalls/recvmmsg/ |
D | recvmmsg01.c | 21 static struct mmsghdr *msg; 35 struct mmsghdr **msg_vec;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 63 struct mmsghdr { struct 70 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument 71 int recvmmsg (int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 63 struct mmsghdr { struct 70 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument 71 int recvmmsg (int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 67 struct mmsghdr { struct 74 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument 75 int recvmmsg (int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 52 struct mmsghdr { struct 59 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument 60 int recvmmsg (int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
|
/third_party/musl/include/sys/ |
D | socket.h | 67 struct mmsghdr { struct 74 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument 75 int recvmmsg (int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 63 struct mmsghdr { struct 70 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument 71 int recvmmsg (int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 63 struct mmsghdr { struct 70 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument 71 int recvmmsg (int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
|
/third_party/musl/compat/time32/ |
D | recvmmsg_time32.c | 6 int __recvmmsg_time32(int fd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags, struct… in __recvmmsg_time32()
|
/third_party/node/deps/uv/src/unix/ |
D | freebsd.c | 270 (struct mmsghdr*) mmsg, in uv__sendmmsg() 282 (struct mmsghdr*) mmsg, in uv__recvmmsg()
|
/third_party/libuv/src/unix/ |
D | freebsd.c | 270 (struct mmsghdr*) mmsg, in uv__sendmmsg() 282 (struct mmsghdr*) mmsg, in uv__recvmmsg()
|
/third_party/ltp/include/lapi/ |
D | socket.h | 66 struct mmsghdr { struct
|
/third_party/ltp/testcases/cve/ |
D | cve-2016-7117.c | 56 static struct mmsghdr msghdrs[2] = {
|
/third_party/rust/crates/nix/src/sys/socket/ |
D | mod.rs | 1537 …for (i, ((slice, addr), mmsghdr)) in slices.into_iter().zip(addrs.as_ref()).zip(data.items.iter_mu… 1538 let mut p = &mut mmsghdr.msg_hdr; 1589 items: Box<[libc::mmsghdr]>, 1632 libc::mmsghdr { 1691 for (i, (slice, mmsghdr)) in slices.into_iter().zip(data.items.iter_mut()).enumerate() { 1692 let mut p = &mut mmsghdr.msg_hdr; 1754 let mmsghdr = self.rmm.items[self.current_index]; localVariable 1763 mmsghdr.msg_hdr, 1764 mmsghdr.msg_len as isize,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 314 msgvec: *mut ::mmsghdr, in sendmmsg() argument 320 msgvec: *mut ::mmsghdr, in recvmmsg() argument
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 322 struct mmsghdr { struct
|