Searched refs:DNS_CLASS_IN (Results 1 – 7 of 7) sorted by relevance
147 != 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()
336 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()
108 DNS_CLASS_IN, enumerator
218 UNALIGNED_PUT(htons(DNS_CLASS_IN), (uint16_t *)(query->data+offset)); in add_question()
231 UNALIGNED_PUT(htons(DNS_CLASS_IN | BIT(15)), in add_answer()
150 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()
128 query->class_ = htons(DNS_CLASS_IN); in create_query()