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#L131: func (cmsg *Cmsghdr) SetLen(length int) {
ztypes_linux_amd64.go#L244: type Cmsghdr struct {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |