type golang.org/x/sys/unix.Msghdr
7 uses
golang.org/x/sys/unix (current package)
syscall_bsd.go#L325: var msg Msghdr
syscall_bsd.go#L374: var msg Msghdr
syscall_darwin_arm64.go#L35: func (msghdr *Msghdr) SetControllen(length int) {
syscall_darwin_arm64.go#L39: func (msghdr *Msghdr) SetIovlen(length int) {
zsyscall_darwin_arm64.go#L259: func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {
zsyscall_darwin_arm64.go#L275: func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {
ztypes_darwin_arm64.go#L221: type Msghdr struct {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)