const syscall.SizeofCmsghdr

6 uses

	syscall (current package)
		sockcmsg_unix.go#L18: 	return cmsgAlignOf(SizeofCmsghdr) + datalen
		sockcmsg_unix.go#L24: 	return cmsgAlignOf(SizeofCmsghdr) + cmsgAlignOf(datalen)
		sockcmsg_unix.go#L28: 	return unsafe.Pointer(uintptr(unsafe.Pointer(h)) + uintptr(cmsgAlignOf(SizeofCmsghdr)) + offset)
		sockcmsg_unix.go#L56: 	if h.Len < SizeofCmsghdr || uint64(h.Len) > uint64(len(b)) {
		sockcmsg_unix.go#L59: 	return h, b[cmsgAlignOf(SizeofCmsghdr):h.Len], nil
		ztypes_linux_amd64.go#L322: 	SizeofCmsghdr           = 0x10