type net.ipLookupResult

5 uses

	net (current package)
		cgo_unix.go#L48: type ipLookupResult struct {
		cgo_unix.go#L220: func cgoIPLookup(result chan<- ipLookupResult, network, name string) {
		cgo_unix.go#L222: 	result <- ipLookupResult{addrs, cname, err}
		cgo_unix.go#L230: 	result := make(chan ipLookupResult, 1)
		cgo_unix.go#L245: 	result := make(chan ipLookupResult, 1)