const net.hostLookupFilesDNS
11 uses
net (current package)
conf.go#L131: fallbackOrder = hostLookupFilesDNS
conf.go#L174: return hostLookupFilesDNS
conf.go#L205: return hostLookupFilesDNS
conf.go#L264: return hostLookupFilesDNS
dnsclient_unix.go#L494: hostLookupFilesDNS // files first
dnsclient_unix.go#L502: hostLookupFilesDNS: "files,dns",
dnsclient_unix.go#L522: return r.goLookupHostOrder(ctx, name, hostLookupFilesDNS)
dnsclient_unix.go#L526: if order == hostLookupFilesDNS || order == hostLookupFiles {
dnsclient_unix.go#L566: if order == hostLookupFilesDNS || order == hostLookupFiles {
lookup_unix.go#L85: order = hostLookupFilesDNS
lookup_unix.go#L100: order = hostLookupFilesDNS
![]() |
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. |