vendor/golang.org/x/net/dns/dnsmessage.ResourceHeader.Name (field)
11 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1634: Name Name
message.go#L1659: "Name: " + h.Name.GoString() + ", " +
message.go#L1671: if msg, err = h.Name.pack(msg, compression, compressionOff); err != nil {
message.go#L1685: if newOff, err = h.Name.unpack(msg, newOff); err != nil {
message.go#L1735: h.Name = Name{Data: [255]byte{'.'}, Length: 1} // RFC 6891 section 6.1.2
net
dnsclient_unix.go#L722: if cname.Length == 0 && h.Name.Length != 0 {
dnsclient_unix.go#L723: cname = h.Name
dnsclient_unix.go#L737: if cname.Length == 0 && h.Name.Length != 0 {
dnsclient_unix.go#L738: cname = h.Name
lookup.go#L740: if cname.Length == 0 && h.Name.Length != 0 {
lookup.go#L741: cname = h.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. |