Lines Matching refs:DNS
32 dpkt.dns.DNS.RR.__slots__)
137 mdns = dpkt.dns.DNS(data)
220 resp_dns = dpkt.dns.DNS(
260 ans = dpkt.dns.DNS.RR(
271 a_qry = dpkt.dns.DNS.Q(name=full_hostname, type=dpkt.dns.DNS_A)
300 answers.append(dpkt.dns.DNS.RR(
336 answers.append(dpkt.dns.DNS.RR(
361 self._send_answers(self._process_TXT(dpkt.dns.DNS.Q(name=domain)))
374 answer = dpkt.dns.DNS.RR(
457 queries = [dpkt.dns.DNS.Q(name=rrname, type=rrtype)
461 mdns = dpkt.dns.DNS(