vendor/golang.org/x/net/dns/dnsmessage.Builder.header (field)
8 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1174: header header
message.go#L1199: b.header.id, b.header.bits = h.pack()
message.go#L1272: count = &b.header.questions
message.go#L1275: count = &b.header.answers
message.go#L1278: count = &b.header.authorities
message.go#L1281: count = &b.header.additionals
message.go#L1567: b.header.pack(b.msg[b.start:b.start])
![]() |
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. |