var net.errNoSuchHost
10 uses
net (current package)
dnsclient_unix.go#L187: return errNoSuchHost
dnsclient_unix.go#L220: return errNoSuchHost
dnsclient_unix.go#L283: if err == errNoSuchHost {
dnsclient_unix.go#L303: if err == errNoSuchHost {
dnsclient_unix.go#L397: return dnsmessage.Parser{}, "", &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
dnsclient_unix.go#L574: return nil, dnsmessage.Name{}, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
lookup.go#L179: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
lookup.go#L265: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
net.go#L601: errNoSuchHost = errors.New("no such host")
cgo_unix.go#L181: err = errNoSuchHost