reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
 1010 CHECK_SIZE_AND_OFFSET(cmsghdr, cmsg_len);
projects/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
  340     int n = (cmsg->cmsg_len - CMSG_LEN(0)) / sizeof(fds[0]);
usr/include/x86_64-linux-gnu/bits/socket.h
  311   if ((size_t) __cmsg->cmsg_len < sizeof (struct cmsghdr))
  316 			       + CMSG_ALIGN (__cmsg->cmsg_len));
  319       || ((unsigned char *) __cmsg + CMSG_ALIGN (__cmsg->cmsg_len)