type net.portLookupResult

4 uses

	net (current package)
		cgo_unix.go#L43: type portLookupResult struct {
		cgo_unix.go#L90: 	result := make(chan portLookupResult, 1)
		cgo_unix.go#L141: func cgoPortLookup(result chan<- portLookupResult, hints * /*line :138:59*/_Ctype_struct_addrinfo /*line :138:76*/, network, service string) {
		cgo_unix.go#L143: 	result <- portLookupResult{port, err}