Home
last modified time | relevance | path

Searched defs:hostLookupOrder (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Ddnsclient_unix.go540 type hostLookupOrder int type
566 func (r *Resolver) goLookupHostOrder(ctx context.Context, name string, order hostLookupOrder, conf …
605 func (r *Resolver) goLookupIP(ctx context.Context, network, host string, order hostLookupOrder, con…
610 …) goLookupIPCNAMEOrder(ctx context.Context, network, name string, order hostLookupOrder, conf *dns…
822 func (r *Resolver) goLookupCNAME(ctx context.Context, host string, order hostLookupOrder, conf *dns…
828 func (r *Resolver) goLookupPTR(ctx context.Context, addr string, order hostLookupOrder, conf *dnsCo…
Dconf.go222 func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrder, dnsConf *dnsConf… func
Ddnsclient_unix_test.go2348 func testGoLookupIPCNAMEOrderHostsAliases(t *testing.T, mode hostLookupOrder, lookup, lookupRes str…