net.Resolver.tryOneName (method)
4 uses
net (current package)
dnsclient_unix.go#L236: func (r *Resolver) tryOneName(ctx context.Context, cfg *dnsConfig, name string, qtype dnsmessage.Type) (dnsmessage.Parser, string, error) {
dnsclient_unix.go#L409: p, server, err = r.tryOneName(ctx, conf, fqdn, qtype)
dnsclient_unix.go#L594: p, server, err := r.tryOneName(ctx, conf, fqdn, qtype)
dnsclient_unix.go#L601: p, server, err := r.tryOneName(ctx, conf, fqdn, qtype)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)