Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/test/
H A Dcmsg.rs16 pub fn cmsg_space(length: c_uint) -> usize; in cmsg_space() function
99 assert_eq!(libc::CMSG_SPACE(l) as usize, cmsg_space(l)); in test_cmsg_space()
/rust-libc-0.2.174/libc-test/src/
H A Dcmsg.c17 size_t cmsg_space(size_t length) { in cmsg_space() function