golang.org/x/sys/unix.Msghdr.SetIovlen (method)

3 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L1531: 		msg.SetIovlen(len(iov))
		syscall_linux.go#L1568: 		msg.SetIovlen(len(iov))
		syscall_linux_amd64.go#L122: func (msghdr *Msghdr) SetIovlen(length int) {