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

Declarations

usr/include/netinet/in.h
  532 struct cmsghdr;			/* Forward declaration.  */

References

projects/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
  336   struct cmsghdr *cmsg = CMSG_FIRSTHDR(msg);
usr/include/netinet/in.h
  553 extern int inet6_option_init (void *__bp, struct cmsghdr **__cmsgp,
  555 extern int inet6_option_append (struct cmsghdr *__cmsg,
  558 extern uint8_t *inet6_option_alloc (struct cmsghdr *__cmsg, int __datalen,
  561 extern int inet6_option_next (const struct cmsghdr *__cmsg,
  564 extern int inet6_option_find (const struct cmsghdr *__cmsg,
usr/include/x86_64-linux-gnu/bits/socket.h
  302 extern struct cmsghdr *__cmsg_nxthdr (struct msghdr *__mhdr,
  303 				      struct cmsghdr *__cmsg) __THROW;
  308 _EXTERN_INLINE struct cmsghdr *
  311   if ((size_t) __cmsg->cmsg_len < sizeof (struct cmsghdr))