Home
last modified time | relevance | path

Searched refs:_CMSG_HDR_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2097 const _CMSG_HDR_ALIGNMENT: usize = 8; constant
2099 const _CMSG_HDR_ALIGNMENT: usize = 4; constant
2105 (p + _CMSG_HDR_ALIGNMENT - 1) & !(_CMSG_HDR_ALIGNMENT - 1)