Searched refs:libc_next (Results 1 – 1 of 1) sorted by relevance
79 let libc_next = libc::CMSG_NXTHDR(&mhdr, pcmsghdr); in test_cmsg_nxthdr() localVariable81 assert_eq!(libc_next, next); in test_cmsg_nxthdr()83 if libc_next != ptr::null_mut() { in test_cmsg_nxthdr()84 (*libc_next).cmsg_len = next_cmsg_len; in test_cmsg_nxthdr()85 let libc_next = libc::CMSG_NXTHDR(&mhdr, pcmsghdr); in test_cmsg_nxthdr() localVariable87 assert_eq!(libc_next, next); in test_cmsg_nxthdr()