type syscall.Cmsghdr
8 uses
syscall (current package)
sockcmsg_linux.go#L16: h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
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_linux_amd64.go#L119: func (cmsg *Cmsghdr) SetLen(length int) {
ztypes_linux_amd64.go#L244: type Cmsghdr struct {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)