Searched defs:hostLookupOrder (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | dnsclient_unix.go | 540 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…
|
D | conf.go | 222 func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrder, dnsConf *dnsConf… func
|
D | dnsclient_unix_test.go | 2348 func testGoLookupIPCNAMEOrderHostsAliases(t *testing.T, mode hostLookupOrder, lookup, lookupRes str…
|