| /third_party/rust/crates/libc/libc-test/test/ |
| D | cmsg.rs | 13 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/ |
| D | socket.h | 44 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/ |
| D | socket.h | 44 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/ |
| D | socket.h | 44 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/ |
| D | socket.h | 48 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/ |
| D | socket.h | 48 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/ |
| D | socket.h | 44 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/ |
| D | socket.h | 33 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/ |
| D | general.h | 305 struct cmsghdr { struct 306 size_t cmsg_len; 307 int cmsg_level; 308 int cmsg_type;
|
| /third_party/rust/crates/linux-raw-sys/src/ |
| D | lib.rs | 105 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/ |
| D | sockets.h | 142 struct cmsghdr { struct 159 ((mhdr)->msg_controllen >= sizeof(struct cmsghdr) ? \ argument
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| D | mod.rs | 1925 let cmsghdr = { localVariable
|
| /third_party/rust/crates/linux-raw-sys/src/x86_64/ |
| D | general.rs | 4990 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/ |
| D | general.rs | 4981 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/ |
| D | general.rs | 4924 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/ |
| D | general.rs | 5081 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/ |
| D | general.rs | 4928 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/ |
| D | general.rs | 4967 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/ |
| D | general.rs | 5139 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/ |
| D | general.rs | 5046 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/ |
| D | general.rs | 5090 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/ |
| D | general.rs | 4926 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/ |
| D | general.rs | 5132 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/ |
| D | general.rs | 5309 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/ |
| D | general.rs | 5211 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,
|