func golang.org/x/sys/unix.SendmsgN

2 uses

	golang.org/x/sys/unix (current package)
		syscall_unix.go#L387: 	_, err = SendmsgN(fd, p, oob, to, flags)
		syscall_unix.go#L415: func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err error) {