Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs2384 const _CMSG_HDR_ALIGNMENT: usize = 8; constant
2386 const _CMSG_HDR_ALIGNMENT: usize = 4; constant
2397 (p + _CMSG_HDR_ALIGNMENT - 1) & !(_CMSG_HDR_ALIGNMENT - 1)