const net.hostLookupCgo
6 uses
net (current package)
conf.go#L118: return c.hostLookupOrder(nil, "") == hostLookupCgo
conf.go#L129: fallbackOrder := hostLookupCgo
dnsclient_unix.go#L493: hostLookupCgo hostLookupOrder = iota
dnsclient_unix.go#L501: hostLookupCgo: "cgo",
lookup_unix.go#L80: if !r.preferGo() && order == hostLookupCgo {
lookup_unix.go#L95: if order == hostLookupCgo {
![]() |
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. |