Lines Matching defs:cmsg
65 print_fds(const struct cmsghdr *const cmsg, const size_t cmsg_len) in print_fds()
102 struct cmsghdr *cmsg = get_cmsghdr(page, msg_controllen); in test_scm_rights1() local
158 struct cmsghdr *const cmsg[2] = { in test_scm_rights2() local
208 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_scm_rights3() local
232 print_security(const struct cmsghdr *const cmsg, const size_t cmsg_len) in print_security()
256 struct cmsghdr *cmsg = get_cmsghdr(page, msg_controllen); in test_scm_security() local
295 struct cmsghdr *cmsg = get_cmsghdr(page, CMSG_LEN(0)); in test_unknown_type() local
388 struct cmsghdr *const cmsg = get_cmsghdr(page, len); in test_ip_pktinfo() local
427 struct cmsghdr *const cmsg = get_cmsghdr(page, len); in test_ip_uint() local
453 struct cmsghdr *const cmsg = get_cmsghdr(page, len); in test_ip_uint8_t() local
496 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_ip_opts() local
503 CMSG_DATA(cmsg)[i] = 'A' + i; in test_ip_opts() local
535 struct cmsghdr *const cmsg = get_cmsghdr(page, len); in test_ip_recverr() local
577 struct cmsghdr *const cmsg = get_cmsghdr(page, len); in test_ip_origdstaddr() local
636 struct cmsghdr *cmsg = get_cmsghdr(page, CMSG_LEN(0)); in test_unknown_level() local
666 struct cmsghdr *const cmsg = tail_alloc(len); in test_big_len() local