Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/src/
H A Dcmsg.c17 size_t cmsg_space(size_t length) { in cmsg_space() function
/rust-libc-0.2.174/libc-test/test/
H A Dcmsg.rs16 pub fn cmsg_space(length: c_uint) -> usize; in cmsg_space() function