net.DNSError.Name (field)
46 uses
net (current package)
dnsclient.go#L35: return "", &DNSError{Err: "unrecognized address", Name: addr}
dnsclient_unix.go#L264: Name: name,
dnsclient_unix.go#L282: Name: name,
dnsclient_unix.go#L305: Name: name,
dnsclient_unix.go#L402: return dnsmessage.Parser{}, "", &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
dnsclient_unix.go#L431: err.Name = name
dnsclient_unix.go#L579: return nil, dnsmessage.Name{}, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
dnsclient_unix.go#L662: Name: name,
dnsclient_unix.go#L675: Name: name,
dnsclient_unix.go#L687: Name: name,
dnsclient_unix.go#L698: Name: name,
dnsclient_unix.go#L725: lastErr.Name = name
dnsclient_unix.go#L773: Name: addr,
dnsclient_unix.go#L782: Name: addr,
dnsclient_unix.go#L792: Name: addr,
lookup.go#L183: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
lookup.go#L291: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
lookup.go#L345: Name: host,
lookup.go#L365: Name: host,
lookup.go#L471: return "", &DNSError{Err: errMalformedDNSRecordsDetail, Name: host}
lookup.go#L514: return "", nil, &DNSError{Err: "SRV header name is invalid", Name: name}
lookup.go#L527: return cname, filteredAddrs, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
lookup.go#L567: return filteredMX, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
lookup.go#L607: return filteredNS, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
lookup.go#L659: return filteredNames, &DNSError{Err: errMalformedDNSRecordsDetail, Name: addr}
lookup_unix.go#L152: Name: name,
lookup_unix.go#L160: Name: name,
lookup_unix.go#L173: Name: name,
lookup_unix.go#L197: Name: name,
lookup_unix.go#L205: Name: name,
lookup_unix.go#L215: Name: name,
lookup_unix.go#L240: Name: name,
lookup_unix.go#L248: Name: name,
lookup_unix.go#L258: Name: name,
lookup_unix.go#L281: Name: name,
lookup_unix.go#L289: Name: name,
lookup_unix.go#L299: Name: name,
net.go#L614: Name string // name looked for
net.go#L625: s := "lookup " + e.Name
cgo_unix.go#L77: return 0, &DNSError{Err: "unknown network", Name: network + "/" + service}, true
cgo_unix.go#L121: return 0, &DNSError{Err: err.Error(), Name: network + "/" + service, IsTemporary: isTemporary}
cgo_unix.go#L137: return 0, &DNSError{Err: "unknown port", Name: network + "/" + service}
cgo_unix.go#L187: return nil, "", &DNSError{Err: err.Error(), Name: name, IsNotFound: isErrorNoSuchHost, IsTemporary: isTemporary}
cgo_unix.go#L274: return nil, &DNSError{Err: "invalid address", Name: addr}, true
cgo_unix.go#L278: return nil, &DNSError{Err: "invalid address " + ip.String(), Name: addr}, true
cgo_unix.go#L318: return nil, &DNSError{Err: err.Error(), Name: addr, IsTemporary: isTemporary}