net.DNSError.Name (field)
53 uses
net (current package)
cgo_unix.go#L91: return 0, &DNSError{Err: "unknown network", Name: network + "/" + service}
cgo_unix.go#L108: return 0, &DNSError{Err: err.Error(), Name: network + "/" + service}
cgo_unix.go#L127: return 0, &DNSError{Err: err.Error(), Name: network + "/" + service, IsTemporary: isTemporary}
cgo_unix.go#L143: return 0, &DNSError{Err: "unknown port", Name: network + "/" + service}
cgo_unix.go#L163: return nil, &DNSError{Err: err.Error(), Name: name}
cgo_unix.go#L190: return nil, &DNSError{Err: err.Error(), Name: name, IsNotFound: isErrorNoSuchHost, IsTemporary: isTemporary}
cgo_unix.go#L235: return nil, &DNSError{Err: "invalid address", Name: addr}
cgo_unix.go#L239: return nil, &DNSError{Err: "invalid address " + ip.String(), Name: addr}
cgo_unix.go#L275: return nil, &DNSError{Err: err.Error(), Name: addr, IsTemporary: isTemporary, IsNotFound: isErrorNoSuchHost}
dnsclient.go#L32: return "", &DNSError{Err: "unrecognized address", Name: addr}
dnsclient_unix.go#L281: Name: name,
dnsclient_unix.go#L299: Name: name,
dnsclient_unix.go#L322: Name: name,
dnsclient_unix.go#L431: return dnsmessage.Parser{}, "", &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
dnsclient_unix.go#L461: err.Name = name
dnsclient_unix.go#L559: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
dnsclient_unix.go#L610: return nil, dnsmessage.Name{}, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
dnsclient_unix.go#L616: return nil, dnsmessage.Name{}, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
dnsclient_unix.go#L703: Name: name,
dnsclient_unix.go#L716: Name: name,
dnsclient_unix.go#L731: Name: name,
dnsclient_unix.go#L746: Name: name,
dnsclient_unix.go#L759: Name: name,
dnsclient_unix.go#L783: lastErr.Name = name
dnsclient_unix.go#L821: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: addr, IsNotFound: true}
dnsclient_unix.go#L851: Name: addr,
dnsclient_unix.go#L860: Name: addr,
dnsclient_unix.go#L870: Name: addr,
lookup.go#L185: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
lookup.go#L229: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
lookup.go#L297: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
lookup.go#L350: Name: host,
lookup.go#L371: Name: host,
lookup.go#L477: return "", &DNSError{Err: errMalformedDNSRecordsDetail, Name: host}
lookup.go#L520: return "", nil, &DNSError{Err: "SRV header name is invalid", Name: name}
lookup.go#L533: return cname, filteredAddrs, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
lookup.go#L573: return filteredMX, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
lookup.go#L613: return filteredNS, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
lookup.go#L665: return filteredNames, &DNSError{Err: errMalformedDNSRecordsDetail, Name: addr}
lookup.go#L726: Name: name,
lookup.go#L734: Name: name,
lookup.go#L747: Name: name,
lookup.go#L772: Name: name,
lookup.go#L780: Name: name,
lookup.go#L790: Name: name,
lookup.go#L816: Name: name,
lookup.go#L824: Name: name,
lookup.go#L834: Name: name,
lookup.go#L858: Name: name,
lookup.go#L866: Name: name,
lookup.go#L876: Name: name,
net.go#L623: Name string // name looked for
net.go#L634: s := "lookup " + e.Name
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |