Home
last modified time | relevance | path

Searched refs:qtype (Results 1 – 3 of 3) sorted by relevance

/support/
A Dsupport_format_dns_packet.c139 unsigned short qtype; in support_format_dns_packet() local
141 if (!(extract_16 (&in, &qtype) in support_format_dns_packet()
147 if (qtype != T_A && qtype != T_AAAA && qtype != T_PTR) in support_format_dns_packet()
149 fprintf (mem.out, "error: unsupported QTYPE %d\n", qtype); in support_format_dns_packet()
178 if ((rtype != qtype && rtype != T_CNAME) || rclass != qclass) in support_format_dns_packet()
A Dresolv_test.c464 uint16_t qtype; member
501 uint16_t qtype; in parse_query() member
509 info->qtype = ntohs (qtype_qclass.qtype); in parse_query()
678 (&ctx, b, qinfo.qname, qinfo.qclass, qinfo.qtype); in server_thread_udp_process_one()
694 qinfo.qname, qinfo.qclass, qinfo.qtype); in server_thread_udp_process_one()
699 qinfo.qname, qinfo.qclass, qinfo.qtype); in server_thread_udp_process_one()
903 qinfo.qname, qinfo.qclass, qinfo.qtype, in server_thread_tcp_client()
909 qinfo.qname, qinfo.qclass, qinfo.qtype); in server_thread_tcp_client()
924 (&ctx, b, qinfo.qname, qinfo.qclass, qinfo.qtype); in server_thread_tcp_client()
931 qinfo.qname, qinfo.qclass, qinfo.qtype); in server_thread_tcp_client()
[all …]
A Dresolv_test.h90 uint16_t qclass, uint16_t qtype);

Completed in 7 milliseconds