Home
last modified time | relevance | path

Searched defs:cmsghdr (Results 1 – 25 of 26) sorted by relevance

12

/third_party/rust/crates/libc/libc-test/test/
Dcmsg.rs13 pub fn cmsg_firsthdr(msgh: *const msghdr) -> *mut cmsghdr; in cmsg_firsthdr()
16 pub fn cmsg_nxthdr(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr; in cmsg_nxthdr()
25 let pcmsghdr = l as *const cmsghdr; in test_cmsg_data() constant
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h44 struct cmsghdr { struct
46 int __pad1;
48 socklen_t cmsg_len;
50 int __pad1;
52 int cmsg_level;
53 int cmsg_type;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h44 struct cmsghdr { struct
46 int __pad1;
48 socklen_t cmsg_len;
50 int __pad1;
52 int cmsg_level;
53 int cmsg_type;
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h44 struct cmsghdr { struct
46 int __pad1;
48 socklen_t cmsg_len;
50 int __pad1;
52 int cmsg_level;
53 int cmsg_type;
/third_party/musl/include/sys/
Dsocket.h48 struct cmsghdr { struct
50 int __pad1;
52 socklen_t cmsg_len;
54 int __pad1;
56 int cmsg_level;
57 int cmsg_type;
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h48 struct cmsghdr { struct
50 int __pad1;
52 socklen_t cmsg_len;
54 int __pad1;
56 int cmsg_level;
57 int cmsg_type;
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h44 struct cmsghdr { struct
46 int __pad1;
48 socklen_t cmsg_len;
50 int __pad1;
52 int cmsg_level;
53 int cmsg_type;
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h33 struct cmsghdr { struct
35 int __pad1;
37 socklen_t cmsg_len;
39 int __pad1;
41 int cmsg_level;
42 int cmsg_type;
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h305 struct cmsghdr { struct
306 size_t cmsg_len;
307 int cmsg_level;
308 int cmsg_type;
/third_party/rust/crates/linux-raw-sys/src/
Dlib.rs105 pub unsafe fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { in CMSG_FIRSTHDR()
113 pub unsafe fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { in CMSG_NXTHDR()
/third_party/lwip/src/include/lwip/
Dsockets.h142 struct cmsghdr { struct
159 ((mhdr)->msg_controllen >= sizeof(struct cmsghdr) ? \ argument
/third_party/rust/crates/nix/src/sys/socket/
Dmod.rs1925 let cmsghdr = { localVariable
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs4990 pub struct cmsghdr { struct
4991 pub cmsg_len: size_t,
4992 pub cmsg_level: crate::ctypes::c_int,
4993 pub cmsg_type: crate::ctypes::c_int,
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs4981 pub struct cmsghdr { struct
4982 pub cmsg_len: size_t,
4983 pub cmsg_level: crate::ctypes::c_int,
4984 pub cmsg_type: crate::ctypes::c_int,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs4924 pub struct cmsghdr { struct
4925 pub cmsg_len: size_t,
4926 pub cmsg_level: crate::ctypes::c_int,
4927 pub cmsg_type: crate::ctypes::c_int,
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs5081 pub struct cmsghdr { struct
5082 pub cmsg_len: size_t,
5083 pub cmsg_level: crate::ctypes::c_int,
5084 pub cmsg_type: crate::ctypes::c_int,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs4928 pub struct cmsghdr { struct
4929 pub cmsg_len: size_t,
4930 pub cmsg_level: crate::ctypes::c_int,
4931 pub cmsg_type: crate::ctypes::c_int,
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs4967 pub struct cmsghdr { struct
4968 pub cmsg_len: size_t,
4969 pub cmsg_level: crate::ctypes::c_int,
4970 pub cmsg_type: crate::ctypes::c_int,
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs5139 pub struct cmsghdr { struct
5140 pub cmsg_len: size_t,
5141 pub cmsg_level: crate::ctypes::c_int,
5142 pub cmsg_type: crate::ctypes::c_int,
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs5046 pub struct cmsghdr { struct
5047 pub cmsg_len: size_t,
5048 pub cmsg_level: crate::ctypes::c_int,
5049 pub cmsg_type: crate::ctypes::c_int,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs5090 pub struct cmsghdr { struct
5091 pub cmsg_len: size_t,
5092 pub cmsg_level: crate::ctypes::c_int,
5093 pub cmsg_type: crate::ctypes::c_int,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs4926 pub struct cmsghdr { struct
4927 pub cmsg_len: size_t,
4928 pub cmsg_level: crate::ctypes::c_int,
4929 pub cmsg_type: crate::ctypes::c_int,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs5132 pub struct cmsghdr { struct
5133 pub cmsg_len: size_t,
5134 pub cmsg_level: crate::ctypes::c_int,
5135 pub cmsg_type: crate::ctypes::c_int,
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs5309 pub struct cmsghdr { struct
5310 pub cmsg_len: size_t,
5311 pub cmsg_level: crate::ctypes::c_int,
5312 pub cmsg_type: crate::ctypes::c_int,
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs5211 pub struct cmsghdr { struct
5212 pub cmsg_len: size_t,
5213 pub cmsg_level: crate::ctypes::c_int,
5214 pub cmsg_type: crate::ctypes::c_int,

12