func syscall.socketpair

2 uses

	syscall (current package)
		syscall_unix.go#L352: 	err = socketpair(domain, typ, proto, &fdx)
		zsyscall_darwin_amd64.go#L196: func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {