vendor/golang.org/x/net/dns/dnsmessage.ResourceHeader.Name (field)
9 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1575: Name Name
message.go#L1600: "Name: " + h.Name.GoString() + ", " +
message.go#L1612: if msg, err = h.Name.pack(msg, compression, compressionOff); err != nil {
message.go#L1626: if newOff, err = h.Name.unpack(msg, newOff); err != nil {
message.go#L1676: h.Name = Name{Data: [nameLen]byte{'.'}, Length: 1} // RFC 6891 section 6.1.2
net
dnsclient_unix.go#L694: if cname.Length == 0 && h.Name.Length != 0 {
dnsclient_unix.go#L695: cname = h.Name
lookup_unix.go#L166: if cname.Length == 0 && h.Name.Length != 0 {
lookup_unix.go#L167: cname = h.Name
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |