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)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |