const golang.org/x/sys/unix.SizeofCmsghdr
6 uses
golang.org/x/sys/unix (current package)
sockcmsg_unix.go#L19: return cmsgAlignOf(SizeofCmsghdr) + datalen
sockcmsg_unix.go#L25: return cmsgAlignOf(SizeofCmsghdr) + cmsgAlignOf(datalen)
sockcmsg_unix.go#L29: return unsafe.Pointer(uintptr(unsafe.Pointer(h)) + uintptr(cmsgAlignOf(SizeofCmsghdr)) + offset)
sockcmsg_unix.go#L71: if h.Len < SizeofCmsghdr || uint64(h.Len) > uint64(len(b)) {
sockcmsg_unix.go#L74: return h, b[cmsgAlignOf(SizeofCmsghdr):h.Len], nil
ztypes_linux_amd64.go#L185: SizeofCmsghdr = 0x10
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)