type net.hostLookupOrder

7 uses

	net (current package)
		conf.go#L123: func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrder) {
		dnsclient_unix.go#L489: type hostLookupOrder int
		dnsclient_unix.go#L493: 	hostLookupCgo      hostLookupOrder = iota
		dnsclient_unix.go#L500: var lookupOrderName = map[hostLookupOrder]string{
		dnsclient_unix.go#L508: func (o hostLookupOrder) String() string {
		dnsclient_unix.go#L525: func (r *Resolver) goLookupHostOrder(ctx context.Context, name string, order hostLookupOrder) (addrs []string, err error) {
		dnsclient_unix.go#L565: func (r *Resolver) goLookupIPCNAMEOrder(ctx context.Context, name string, order hostLookupOrder) (addrs []IPAddr, cname dnsmessage.Name, err error) {