Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/dns/
Ddns_pack.h158 uint16_t class_; member
163 uint16_t class_; member
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()
/Zephyr-latest/tests/net/lib/dns_sd/src/
Dmain.c128 query->class_ = htons(DNS_CLASS_IN); in create_query()