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

3 uses

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