Home
last modified time | relevance | path

Searched refs:cmsg_firsthdr (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/libc/libc-test/test/
H A Dcmsg.rs13 pub fn cmsg_firsthdr(msgh: *const msghdr) -> *mut cmsghdr; in cmsg_firsthdr() functions
40 assert_eq!(libc::CMSG_FIRSTHDR(pmhdr), cmsg_firsthdr(pmhdr)); in test_cmsg_firsthdr()
/third_party/rust/crates/libc/libc-test/src/
H A Dcmsg.c9 struct cmsghdr *cmsg_firsthdr(struct msghdr *msgh) { in cmsg_firsthdr() function

Completed in 2 milliseconds