type vendor/golang.org/x/net/dns/dnsmessage.Question

20 uses

	vendor/golang.org/x/net/dns/dnsmessage (current package)
		message.go#L371: 	Questions   []Question
		message.go#L644: func (p *Parser) Question() (Question, error) {
		message.go#L646: 		return Question{}, err
		message.go#L651: 		return Question{}, &nestedError{"unpacking Question.Name", err}
		message.go#L655: 		return Question{}, &nestedError{"unpacking Question.Type", err}
		message.go#L659: 		return Question{}, &nestedError{"unpacking Question.Class", err}
		message.go#L663: 	return Question{name, typ, class}, nil
		message.go#L667: func (p *Parser) AllQuestions() ([]Question, error) {
		message.go#L674: 	qs := []Question{}
		message.go#L1342: func (b *Builder) Question(q Question) error {
		message.go#L2147: type Question struct {
		message.go#L2154: func (q *Question) pack(msg []byte, compression map[string]uint16, compressionOff int) ([]byte, error) {
		message.go#L2164: func (q *Question) GoString() string {

	net
		dnsclient_unix.go#L58: func newRequest(q dnsmessage.Question, ad bool) (id uint16, udpReq, tcpReq []byte, err error) {
		dnsclient_unix.go#L95: func checkResponse(reqID uint16, reqQues dnsmessage.Question, respHdr dnsmessage.Header, respQues dnsmessage.Question) bool {
		dnsclient_unix.go#L108: func dnsPacketRoundTrip(c Conn, id uint16, query dnsmessage.Question, b []byte) (dnsmessage.Parser, dnsmessage.Header, error) {
		dnsclient_unix.go#L135: func dnsStreamRoundTrip(c Conn, id uint16, query dnsmessage.Question, b []byte) (dnsmessage.Parser, dnsmessage.Header, error) {
		dnsclient_unix.go#L168: 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#L305: 	q := dnsmessage.Question{