Searched refs:aligned_cms_len (Results 1 – 3 of 3) sorted by relevance
98 const size_t aligned_cms_len = in test_scm_rights1() local101 && aligned_cms_len + CMSG_LEN(0) <= msg_controllen) in test_scm_rights1()134 if (aligned_cms_len < msg_controllen) in test_scm_rights1()135 printf(", ... /* %p */", (void *) cmsg + aligned_cms_len); in test_scm_rights1()151 const size_t aligned_cms_len[2] = { in test_scm_rights2() local156 || aligned_cms_len[0] + CMSG_LEN(0) > msg_controllen in test_scm_rights2()157 || aligned_cms_len[0] + aligned_cms_len[1] + CMSG_LEN(0) <= msg_controllen) in test_scm_rights2()162 (void *) get_cmsghdr(page, msg_controllen) + aligned_cms_len[0] in test_scm_rights2()170 const size_t msg_controllen1 = msg_controllen - aligned_cms_len[0]; in test_scm_rights2()197 if (aligned_cms_len[1] < msg_controllen1) in test_scm_rights2()[all …]