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

7 uses

	golang.org/x/sys/unix (current package)
		syscall_bsd.go#L340: 	var msg Msghdr
		syscall_bsd.go#L389: 	var msg Msghdr
		syscall_darwin_amd64.go#L29: func (msghdr *Msghdr) SetControllen(length int) {
		syscall_darwin_amd64.go#L33: func (msghdr *Msghdr) SetIovlen(length int) {
		zsyscall_darwin_amd64.go#L259: func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {
		zsyscall_darwin_amd64.go#L275: func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {
		ztypes_darwin_amd64.go#L233: type Msghdr struct {