Searched refs:cmsg_space (Results 1 – 2 of 2) sorted by relevance
16 pub fn cmsg_space(length: c_uint) -> usize; in cmsg_space() function99 assert_eq!(libc::CMSG_SPACE(l) as usize, cmsg_space(l)); in test_cmsg_space()
17 size_t cmsg_space(size_t length) { in cmsg_space() function