net.DNSError.Name (field)

38 uses

	net (current package)
		dnsclient.go#L33: 		return "", &DNSError{Err: "unrecognized address", Name: addr}
		dnsclient_unix.go#L259: 					Name:   name,
		dnsclient_unix.go#L277: 					Name:   name,
		dnsclient_unix.go#L300: 				Name:   name,
		dnsclient_unix.go#L397: 		return dnsmessage.Parser{}, "", &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
		dnsclient_unix.go#L426: 		err.Name = name
		dnsclient_unix.go#L574: 		return nil, dnsmessage.Name{}, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
		dnsclient_unix.go#L651: 						Name:   name,
		dnsclient_unix.go#L664: 							Name:   name,
		dnsclient_unix.go#L676: 							Name:   name,
		dnsclient_unix.go#L687: 							Name:   name,
		dnsclient_unix.go#L714: 		lastErr.Name = name
		dnsclient_unix.go#L762: 				Name:   addr,
		dnsclient_unix.go#L771: 					Name:   addr,
		dnsclient_unix.go#L781: 				Name:   addr,
		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}
		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#L607: 	Name        string // name looked for
		net.go#L618: 	s := "lookup " + e.Name
		cgo_unix.go#L78: 		return 0, &DNSError{Err: "unknown network", Name: network + "/" + service}, true
		cgo_unix.go#L122: 		return 0, &DNSError{Err: err.Error(), Name: network + "/" + service, IsTemporary: isTemporary}
		cgo_unix.go#L138: 	return 0, &DNSError{Err: "unknown port", Name: network + "/" + service}
		cgo_unix.go#L188: 		return nil, "", &DNSError{Err: err.Error(), Name: name, IsNotFound: isErrorNoSuchHost, IsTemporary: isTemporary}
		cgo_unix.go#L275: 		return nil, &DNSError{Err: "invalid address", Name: addr}, true
		cgo_unix.go#L279: 		return nil, &DNSError{Err: "invalid address " + ip.String(), Name: addr}, true
		cgo_unix.go#L319: 		return nil, &DNSError{Err: err.Error(), Name: addr, IsTemporary: isTemporary}