Searched defs:cmsg_space (Results 1 – 3 of 3) sorted by relevance
17 size_t cmsg_space(size_t length) { in cmsg_space() function
17 pub fn cmsg_space(length: c_uint) -> usize; in cmsg_space() function
1082 char cmsg_space[CMSG_SPACE(UV__CMSG_FD_SIZE)]; in uv__read() local