type vendor/golang.org/x/net/dns/dnsmessage.PTRResource
12 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L920: func (p *Parser) PTRResource() (PTRResource, error) {
message.go#L922: return PTRResource{}, ErrNotStarted
message.go#L926: return PTRResource{}, err
message.go#L1428: func (b *Builder) PTRResource(h ResourceHeader, r PTRResource) error {
message.go#L2181: var rb PTRResource
message.go#L2317: type PTRResource struct {
message.go#L2321: func (r *PTRResource) realType() Type {
message.go#L2326: func (r *PTRResource) pack(msg []byte, compression map[string]int, compressionOff int) ([]byte, error) {
message.go#L2331: func (r *PTRResource) GoString() string {
message.go#L2335: func unpackPTRResource(msg []byte, off int) (PTRResource, error) {
message.go#L2338: return PTRResource{}, err
message.go#L2340: return PTRResource{ptr}, 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. |