type vendor/golang.org/x/net/dns/dnsmessage.Question
20 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L370: Questions []Question
message.go#L638: func (p *Parser) Question() (Question, error) {
message.go#L640: return Question{}, err
message.go#L645: return Question{}, &nestedError{"unpacking Question.Name", err}
message.go#L649: return Question{}, &nestedError{"unpacking Question.Type", err}
message.go#L653: return Question{}, &nestedError{"unpacking Question.Class", err}
message.go#L657: return Question{name, typ, class}, nil
message.go#L661: func (p *Parser) AllQuestions() ([]Question, error) {
message.go#L668: qs := []Question{}
message.go#L1327: func (b *Builder) Question(q Question) error {
message.go#L2129: type Question struct {
message.go#L2136: func (q *Question) pack(msg []byte, compression map[string]int, compressionOff int) ([]byte, error) {
message.go#L2146: func (q *Question) GoString() string {
net
dnsclient_unix.go#L55: func newRequest(q dnsmessage.Question, ad bool) (id uint16, udpReq, tcpReq []byte, err error) {
dnsclient_unix.go#L88: func checkResponse(reqID uint16, reqQues dnsmessage.Question, respHdr dnsmessage.Header, respQues dnsmessage.Question) bool {
dnsclient_unix.go#L101: func dnsPacketRoundTrip(c Conn, id uint16, query dnsmessage.Question, b []byte) (dnsmessage.Parser, dnsmessage.Header, error) {
dnsclient_unix.go#L128: func dnsStreamRoundTrip(c Conn, id uint16, query dnsmessage.Question, b []byte) (dnsmessage.Parser, dnsmessage.Header, error) {
dnsclient_unix.go#L161: 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#L267: q := dnsmessage.Question{
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |