type vendor/golang.org/x/net/dns/dnsmessage.OPTResource
15 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1028: func (p *Parser) OPTResource() (OPTResource, error) {
message.go#L1030: return OPTResource{}, ErrNotStarted
message.go#L1034: return OPTResource{}, err
message.go#L1572: func (b *Builder) OPTResource(h ResourceHeader, r OPTResource) error {
message.go#L2206: var rb OPTResource
message.go#L2592: type OPTResource struct {
message.go#L2612: func (r *OPTResource) realType() Type {
message.go#L2616: func (r *OPTResource) pack(msg []byte, compression map[string]int, compressionOff int) ([]byte, error) {
message.go#L2627: func (r *OPTResource) GoString() string {
message.go#L2639: func unpackOPTResource(msg []byte, off int, length uint16) (OPTResource, error) {
message.go#L2646: return OPTResource{}, &nestedError{"Code", err}
message.go#L2651: return OPTResource{}, &nestedError{"Data", err}
message.go#L2655: return OPTResource{}, &nestedError{"Data", errCalcLen}
message.go#L2660: return OPTResource{opts}, nil
net
dnsclient_unix.go#L73: if err := b.OPTResource(rh, dnsmessage.OPTResource{}); err != nil {
|
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. |