Searched refs:txt_record (Results 1 – 6 of 6) sorted by relevance
59 std::vector<std::string> txt_record{ in ExposeService() local69 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()
53 AvahiRecord *srv_record, *txt_record, *address_record; member135 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 …]
233 struct txt_record { struct236 struct txt_record *next; argument608 struct txt_record *txt;
584 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()
947 struct txt_record *txt; in check_for_local_domain()1203 struct txt_record *t; in answer_request()
31 struct txt_record *txt;