type vendor/golang.org/x/net/dns/dnsmessage.Question
20 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L390: Questions []Question
message.go#L663: func (p *Parser) Question() (Question, error) {
message.go#L665: return Question{}, err
message.go#L670: return Question{}, &nestedError{"unpacking Question.Name", err}
message.go#L674: return Question{}, &nestedError{"unpacking Question.Type", err}
message.go#L678: return Question{}, &nestedError{"unpacking Question.Class", err}
message.go#L682: return Question{name, typ, class}, nil
message.go#L686: func (p *Parser) AllQuestions() ([]Question, error) {
message.go#L693: qs := []Question{}
message.go#L1361: func (b *Builder) Question(q Question) error {
message.go#L2166: type Question struct {
message.go#L2173: func (q *Question) pack(msg []byte, compression map[string]uint16, compressionOff int) ([]byte, error) {
message.go#L2183: func (q *Question) GoString() string {
net
dnsclient_unix.go#L59: func newRequest(q dnsmessage.Question, ad bool) (id uint16, udpReq, tcpReq []byte, err error) {
dnsclient_unix.go#L96: func checkResponse(reqID uint16, reqQues dnsmessage.Question, respHdr dnsmessage.Header, respQues dnsmessage.Question) bool {
dnsclient_unix.go#L109: func dnsPacketRoundTrip(c Conn, id uint16, query dnsmessage.Question, b []byte) (dnsmessage.Parser, dnsmessage.Header, error) {
dnsclient_unix.go#L136: func dnsStreamRoundTrip(c Conn, id uint16, query dnsmessage.Question, b []byte) (dnsmessage.Parser, dnsmessage.Header, error) {
dnsclient_unix.go#L169: func (r *Resolver) exchange(ctx context.Context, server string, q dnsmessage.Question, timeout time.Duration, useTCP, ad bool) (dnsmessage.Parser, dnsmessage.Header, error) {
dnsclient_unix.go#L306: q := dnsmessage.Question{
 |
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. |