type vendor/golang.org/x/net/dns/dnsmessage.PTRResource
12 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L954: func (p *Parser) PTRResource() (PTRResource, error) {
message.go#L956: return PTRResource{}, ErrNotStarted
message.go#L960: return PTRResource{}, err
message.go#L1462: func (b *Builder) PTRResource(h ResourceHeader, r PTRResource) error {
message.go#L2218: var rb PTRResource
message.go#L2364: type PTRResource struct {
message.go#L2368: func (r *PTRResource) realType() Type {
message.go#L2373: func (r *PTRResource) pack(msg []byte, compression map[string]uint16, compressionOff int) ([]byte, error) {
message.go#L2378: func (r *PTRResource) GoString() string {
message.go#L2382: func unpackPTRResource(msg []byte, off int) (PTRResource, error) {
message.go#L2385: return PTRResource{}, err
message.go#L2387: return PTRResource{ptr}, nil
 |
The pages are generated with Golds v0.8.4. (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. |