Home
last modified time | relevance | path

Searched defs:mmsghdr (Results 1 – 25 of 35) sorted by relevance

12

/third_party/ltp/include/lapi/
Dsocket.h66 struct mmsghdr { struct
67 struct msghdr msg_hdr;
68 unsigned int msg_len;
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h322 struct mmsghdr { struct
323 struct msghdr msg_hdr;
324 unsigned int msg_len;
/third_party/musl/ndk_musl_include/sys/
Dsocket.h67 struct mmsghdr { struct
74 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h63 struct mmsghdr { struct
70 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h63 struct mmsghdr { struct
70 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h63 struct mmsghdr { struct
70 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h63 struct mmsghdr { struct
70 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument
/third_party/musl/include/sys/
Dsocket.h63 struct mmsghdr { struct
70 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h52 struct mmsghdr { struct
59 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h67 struct mmsghdr { struct
74 int sendmmsg (int, struct mmsghdr *, unsigned int, unsigned int); argument
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs314 msgvec: *mut ::mmsghdr, in sendmmsg()
320 msgvec: *mut ::mmsghdr, in recvmmsg()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs709 msgvec: *mut ::mmsghdr, in sendmmsg()
715 msgvec: *mut ::mmsghdr, in recvmmsg()
/third_party/rust/crates/nix/src/sys/socket/
Dmod.rs1754 let mmsghdr = self.rmm.items[self.current_index]; localVariable
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1153 msgvec: *mut ::mmsghdr, in sendmmsg()
1159 msgvec: *mut ::mmsghdr, in recvmmsg()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1864 msgvec: *mut ::mmsghdr, in sendmmsg()
1870 msgvec: *mut ::mmsghdr, in recvmmsg()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2704 msgvec: *mut ::mmsghdr, in sendmmsg()
2710 msgvec: *mut ::mmsghdr, in recvmmsg()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4241 msgvec: *mut ::mmsghdr, in sendmmsg()
4247 msgvec: *mut ::mmsghdr, in recvmmsg()
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs3070 msgvec: *mut ::mmsghdr, in sendmmsg()
3076 msgvec: *mut ::mmsghdr, in recvmmsg()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3428 msgvec: *const ::mmsghdr, in sendmmsg()
3434 msgvec: *mut ::mmsghdr, in recvmmsg()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs4082 msgvec: *mut mmsghdr, in sendmmsg()
4088 msgvec: *mut mmsghdr, in recvmmsg()
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs5153 pub struct mmsghdr { struct
5154 pub msg_hdr: msghdr,
5155 pub msg_len: crate::ctypes::c_uint,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs4938 pub struct mmsghdr { struct
4939 pub msg_hdr: msghdr,
4940 pub msg_len: crate::ctypes::c_uint,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs4940 pub struct mmsghdr { struct
4941 pub msg_hdr: msghdr,
4942 pub msg_len: crate::ctypes::c_uint,
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs4995 pub struct mmsghdr { struct
4996 pub msg_hdr: msghdr,
4997 pub msg_len: crate::ctypes::c_uint,
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs4981 pub struct mmsghdr { struct
4982 pub msg_hdr: msghdr,
4983 pub msg_len: crate::ctypes::c_uint,

12