Home
last modified time | relevance | path

Searched refs:DNS_CLASS_IN (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/net/lib/dns/
Ddns_pack.c147 != DNS_CLASS_IN) { in dns_unpack_answer()
299 UNALIGNED_PUT(htons(DNS_CLASS_IN), (uint16_t *)(buf + offset)); in dns_msg_pack_query()
351 if (dns_unpack_query_qclass(buf) != DNS_CLASS_IN) { in dns_unpack_response_query()
594 if ((query_class & DNS_CLASS_IN) != DNS_CLASS_IN) { in dns_unpack_query()
Ddns_sd.c336 rr->class_ = htons(DNS_CLASS_IN | DNS_CLASS_FLUSH); in add_a_record()
443 rr->class_ = htons(DNS_CLASS_IN); in add_ptr_record()
504 rr->class_ = htons(DNS_CLASS_IN | DNS_CLASS_FLUSH); in add_txt_record()
553 rr->class_ = htons(DNS_CLASS_IN | DNS_CLASS_FLUSH); in add_aaaa_record()
617 rr->class_ = htons(DNS_CLASS_IN | DNS_CLASS_FLUSH); in add_srv_record()
893 rr->class_ = htons(DNS_CLASS_IN); in dns_sd_handle_service_type_enum()
Ddns_pack.h108 DNS_CLASS_IN, enumerator
Dllmnr_responder.c218 UNALIGNED_PUT(htons(DNS_CLASS_IN), (uint16_t *)(query->data+offset)); in add_question()
Dmdns_responder.c231 UNALIGNED_PUT(htons(DNS_CLASS_IN | BIT(15)), in add_answer()
/Zephyr-latest/tests/net/lib/dns_packet/src/
Dmain.c150 if (dns_unpack_query_qclass(question + qname_len) != DNS_CLASS_IN) { in eval_query()
331 if (dns_unpack_query_qclass(resp->res + offset) != DNS_CLASS_IN) { in eval_response1()
378 resp->res) != DNS_CLASS_IN) { in eval_response1()
/Zephyr-latest/tests/net/lib/dns_sd/src/
Dmain.c128 query->class_ = htons(DNS_CLASS_IN); in create_query()