func net.cgoIPLookup

3 uses

	net (current package)
		cgo_unix.go#L220: func cgoIPLookup(result chan<- ipLookupResult, network, name string) {
		cgo_unix.go#L231: 	go cgoIPLookup(result, network, name)
		cgo_unix.go#L246: 	go cgoIPLookup(result, "ip", name)