type golang.org/x/sys/unix.Cmsghdr

7 uses

	golang.org/x/sys/unix (current package)
		sockcmsg_unix.go#L27: func (h *Cmsghdr) data(offset uintptr) unsafe.Pointer {
		sockcmsg_unix.go#L33: 	Header Cmsghdr
		sockcmsg_unix.go#L54: func socketControlMessageHeaderAndData(b []byte) (*Cmsghdr, []byte, error) {
		sockcmsg_unix.go#L55: 	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
		sockcmsg_unix.go#L67: 	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
		syscall_darwin_amd64.go#L37: func (cmsg *Cmsghdr) SetLen(length int) {
		ztypes_darwin_amd64.go#L243: type Cmsghdr struct {