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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |