vendor/golang.org/x/net/dns/dnsmessage.ResourceHeader.Name (field)
11 uses
	vendor/golang.org/x/net/dns/dnsmessage (current package)
		message.go#L1649: 	Name Name
		message.go#L1674: 		"Name: " + h.Name.GoString() + ", " +
		message.go#L1686: 	if msg, err = h.Name.pack(msg, compression, compressionOff); err != nil {
		message.go#L1700: 	if newOff, err = h.Name.unpack(msg, newOff); err != nil {
		message.go#L1750: 	h.Name = Name{Data: [255]byte{'.'}, Length: 1} // RFC 6891 section 6.1.2
	net
		dnsclient_unix.go#L737: 					if cname.Length == 0 && h.Name.Length != 0 {
		dnsclient_unix.go#L738: 						cname = h.Name
		dnsclient_unix.go#L752: 					if cname.Length == 0 && h.Name.Length != 0 {
		dnsclient_unix.go#L753: 						cname = h.Name
		lookup.go#L737: 		if cname.Length == 0 && h.Name.Length != 0 {
		lookup.go#L738: 			cname = h.Name
|  | The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |