Home
last modified time | relevance | path

Searched refs:txt_records (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/netprotos/
Dcros_p2p.py180 txt_records = self._zeroconf.cached_results(
182 for _rrname, _rrtype, txt_list, _deadline in txt_records:
199 txt_records = self._zeroconf.cached_results(
201 for _rrname, _rrtype, txt_list, _deadline in txt_records:
/external/avahi/avahi-daemon/
Dstatic-services.c66 AvahiStringList *txt_records; member
127 s->txt_records = NULL; in static_service_new()
161 avahi_string_list_free(s->txt_records); in static_service_free()
263 s->txt_records) < 0) { in add_static_service_group_to_server()
479 … u->service->txt_records = avahi_string_list_add(u->service->txt_records, u->buf ? u->buf : ""); in xml_end()