vendor/golang.org/x/net/dns/dnsmessage.ResourceHeader.Length (field)
10 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L615: p.resHeaderLength = hdr.Length
message.go#L1668: Length uint16
message.go#L1678: "Length: " + printUint16(h.Length) + "}"
message.go#L1693: msg = packUint16(msg, h.Length)
message.go#L1712: if h.Length, newOff, err = unpackUint16(msg, newOff); err != nil {
message.go#L1732: h.Length = uint16(conLen)
message.go#L2210: rb, err = unpackTXTResource(msg, off, hdr.Length)
message.go#L2225: rb, err = unpackOPTResource(msg, off, hdr.Length)
message.go#L2230: rb, err = unpackUnknownResource(hdr.Type, msg, off, hdr.Length)
message.go#L2237: return r, off + int(hdr.Length), nil
 |
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. |