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

20 uses

	vendor/golang.org/x/net/dns/dnsmessage (current package)
		message.go#L360: 	Questions   []Question
		message.go#L622: func (p *Parser) Question() (Question, error) {
		message.go#L624: 		return Question{}, err
		message.go#L629: 		return Question{}, &nestedError{"unpacking Question.Name", err}
		message.go#L633: 		return Question{}, &nestedError{"unpacking Question.Type", err}
		message.go#L637: 		return Question{}, &nestedError{"unpacking Question.Class", err}
		message.go#L641: 	return Question{name, typ, class}, nil
		message.go#L645: func (p *Parser) AllQuestions() ([]Question, error) {
		message.go#L652: 	qs := []Question{}
		message.go#L1310: func (b *Builder) Question(q Question) error {
		message.go#L2099: type Question struct {
		message.go#L2106: func (q *Question) pack(msg []byte, compression map[string]int, compressionOff int) ([]byte, error) {
		message.go#L2116: func (q *Question) GoString() string {

	net
		dnsclient_unix.go#L53: func newRequest(q dnsmessage.Question) (id uint16, udpReq, tcpReq []byte, err error) {
		dnsclient_unix.go#L71: func checkResponse(reqID uint16, reqQues dnsmessage.Question, respHdr dnsmessage.Header, respQues dnsmessage.Question) bool {
		dnsclient_unix.go#L84: func dnsPacketRoundTrip(c Conn, id uint16, query dnsmessage.Question, b []byte) (dnsmessage.Parser, dnsmessage.Header, error) {
		dnsclient_unix.go#L111: func dnsStreamRoundTrip(c Conn, id uint16, query dnsmessage.Question, b []byte) (dnsmessage.Parser, dnsmessage.Header, error) {
		dnsclient_unix.go#L144: func (r *Resolver) exchange(ctx context.Context, server string, q dnsmessage.Question, timeout time.Duration, useTCP bool) (dnsmessage.Parser, dnsmessage.Header, error) {
		dnsclient_unix.go#L250: 	q := dnsmessage.Question{