type vendor/golang.org/x/net/dns/dnsmessage.PTRResource
12 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L935: func (p *Parser) PTRResource() (PTRResource, error) {
message.go#L937: return PTRResource{}, ErrNotStarted
message.go#L941: return PTRResource{}, err
message.go#L1443: func (b *Builder) PTRResource(h ResourceHeader, r PTRResource) error {
message.go#L2199: var rb PTRResource
message.go#L2335: type PTRResource struct {
message.go#L2339: func (r *PTRResource) realType() Type {
message.go#L2344: func (r *PTRResource) pack(msg []byte, compression map[string]uint16, compressionOff int) ([]byte, error) {
message.go#L2349: func (r *PTRResource) GoString() string {
message.go#L2353: func unpackPTRResource(msg []byte, off int) (PTRResource, error) {
message.go#L2356: return PTRResource{}, err
message.go#L2358: return PTRResource{ptr}, 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. |