Home
last modified time | relevance | path

Searched refs:txt_record (Results 1 – 6 of 6) sorted by relevance

/external/libweave/src/privet/
Dpublisher.cc59 std::vector<std::string> txt_record{ in ExposeService() local
69 txt_record.emplace_back("gcd_id=" + cloud_->GetCloudId()); in ExposeService()
72 txt_record.emplace_back("note=" + cloud_->GetDescription()); in ExposeService()
74 auto new_data = std::make_pair(port, txt_record); in ExposeService()
80 dns_sd_->PublishService(kPrivetServiceType, port, txt_record); in ExposeService()
/external/avahi/avahi-core/
Dresolve-service.c53 AvahiRecord *srv_record, *txt_record, *address_record; member
135 r->txt_record ? r->txt_record->data.txt.string_list : NULL, in finish()
242 if (!r->txt_record) { in record_browser_callback()
243 r->txt_record = avahi_record_ref(record); in record_browser_callback()
266 (r->txt_record || (r->user_flags & AVAHI_LOOKUP_NO_TXT)) && in record_browser_callback()
306 if (r->txt_record && avahi_record_equal_no_ttl(record, r->txt_record)) { in record_browser_callback()
307 avahi_record_unref(r->txt_record); in record_browser_callback()
308 r->txt_record = NULL; in record_browser_callback()
427 r->srv_record = r->txt_record = r->address_record = NULL; in avahi_s_service_resolver_new()
480 if (r->txt_record) in avahi_s_service_resolver_free()
[all …]
/external/dnsmasq/src/
Ddnsmasq.h233 struct txt_record { struct
236 struct txt_record *next; argument
608 struct txt_record *txt;
Doption.c584 struct txt_record *r = opt_malloc(sizeof(struct txt_record)); in add_txt()
2384 struct txt_record *new; in one_opt()
2415 new = opt_malloc(sizeof(struct txt_record)); in one_opt()
Drfc1035.c947 struct txt_record *txt; in check_for_local_domain()
1203 struct txt_record *t; in answer_request()
/external/dnsmasq/contrib/dns-loc/
Ddnsmasq2-loc-rfc1876.patch31 struct txt_record *txt;