Lines Matching full:query

26  * Type: standard query (IPv4)
39 * Type: standard query (IPv6)
75 /* This is a query */ in eval_query()
81 /* This is a query (standard query) */ in eval_query()
87 /* Authoritative Answer must be 0 for a Query */ in eval_query()
240 /* For the DNS response, this value is standard query */ in eval_response1()
423 zassert_equal(rc, 0, "Query test failed for domain: "DNAME1); in ZTEST()
427 zassert_not_equal(rc, 0, "Query test with invalid domain name failed"); in ZTEST()
431 zassert_not_equal(rc, 0, "Query test for IPv4 with RR type AAAA failed"); in ZTEST()
435 zassert_not_equal(rc, 0, "Query test with invalid ID failed"); in ZTEST()
490 * Type: standard query (IPv4)
538 zassert_equal(rc, 0, "Query test failed for domain: " ZEPHYR_LOCAL); in ZTEST()
595 /* Query string (www.zephyrproject.org) */
600 /* Query type */
603 /* Query class */
614 /* Query string (www.zephyrproject.org) */
627 /* Query string (www.zephyrproject.org) */
632 /* Query type */
635 /* Query class */
656 /* Query string (www.zephyrproject.org) */
661 /* Query type */
664 /* Query class */
685 /* Query string (www.zephyrproject.org) */
690 /* Query type */
693 /* Query class */
735 /* Query string (www.zephyrproject.org) */
740 /* Query type */
743 /* Query class */
770 /* Query string (www.zephyrproject.org) */
775 /* Query type */
778 /* Query class */
807 /* Query string (www.zephyrproject.org) */
812 /* Query type */
815 /* Query class */
864 /* Query string (www.zephyrproject.org) */
869 /* Query type */
872 /* Query class */
919 /* Query string */
985 /* Query string */
1076 const uint8_t *query, in setup_dns_context() argument
1082 ctx->queries[idx].query = query; in setup_dns_context()
1084 ctx->queries[idx].query_hash = crc16_ansi(query, query_len); in setup_dns_context()
1092 /* Query is used to calculate the hash, it contains the in run_dns_malformed_response()
1093 * labels + query type in run_dns_malformed_response()
1095 static const uint8_t query[] = { in run_dns_malformed_response() local
1100 /* Query type */ in run_dns_malformed_response()
1118 setup_dns_context(&dns_ctx, 0, dns_id, query, sizeof(query), in run_dns_malformed_response()
1159 static const uint8_t query[] = { in run_dns_valid_cname_response() local
1160 /* Query string */ in run_dns_valid_cname_response()
1187 setup_dns_context(&dns_ctx, 0, dns_id, query, sizeof(query), in run_dns_valid_cname_response()