type vendor/golang.org/x/net/dns/dnsmessage.OPTResource
14 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1012: func (p *Parser) OPTResource() (OPTResource, error) {
message.go#L1014: return OPTResource{}, ErrNotStarted
message.go#L1018: return OPTResource{}, err
message.go#L1537: func (b *Builder) OPTResource(h ResourceHeader, r OPTResource) error {
message.go#L2134: var rb OPTResource
message.go#L2518: type OPTResource struct {
message.go#L2538: func (r *OPTResource) realType() Type {
message.go#L2542: func (r *OPTResource) pack(msg []byte, compression map[string]int, compressionOff int) ([]byte, error) {
message.go#L2553: func (r *OPTResource) GoString() string {
message.go#L2565: func unpackOPTResource(msg []byte, off int, length uint16) (OPTResource, error) {
message.go#L2572: return OPTResource{}, &nestedError{"Code", err}
message.go#L2577: return OPTResource{}, &nestedError{"Data", err}
message.go#L2581: return OPTResource{}, &nestedError{"Data", errCalcLen}
message.go#L2586: return OPTResource{opts}, nil
 |
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. |