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

12 uses

	golang.org/x/sys/unix (current package)
		sockcmsg_linux.go#L16: 	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
		sockcmsg_linux.go#L41: 	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
		sockcmsg_linux.go#L52: 	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
		sockcmsg_unix.go#L28: func (h *Cmsghdr) data(offset uintptr) unsafe.Pointer {
		sockcmsg_unix.go#L34: 	Header Cmsghdr
		sockcmsg_unix.go#L58: func ParseOneSocketControlMessage(b []byte) (hdr Cmsghdr, data []byte, remainder []byte, err error) {
		sockcmsg_unix.go#L61: 		return Cmsghdr{}, nil, nil, err
		sockcmsg_unix.go#L69: func socketControlMessageHeaderAndData(b []byte) (*Cmsghdr, []byte, error) {
		sockcmsg_unix.go#L70: 	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
		sockcmsg_unix.go#L82: 	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
		syscall_linux_amd64.go#L128: func (cmsg *Cmsghdr) SetLen(length int) {
		ztypes_linux_amd64.go#L170: type Cmsghdr struct {