const net.hostLookupFiles

9 uses

	net (current package)
		conf.go#L149: 			return hostLookupFiles
		conf.go#L178: 			return hostLookupFiles
		conf.go#L269: 		return hostLookupFiles
		dnsclient_unix.go#L496: 	hostLookupFiles                    // only files
		dnsclient_unix.go#L504: 	hostLookupFiles:    "files",
		dnsclient_unix.go#L526: 	if order == hostLookupFilesDNS || order == hostLookupFiles {
		dnsclient_unix.go#L529: 		if len(addrs) > 0 || order == hostLookupFiles {
		dnsclient_unix.go#L566: 	if order == hostLookupFilesDNS || order == hostLookupFiles {
		dnsclient_unix.go#L568: 		if len(addrs) > 0 || order == hostLookupFiles {