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