HomeSort by relevance Sort by last modified time
    Searched refs:txt_records (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/netprotos/
cros_p2p.py 180 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/
static-services.c 66 AvahiStringList *txt_records; member in struct:StaticService
127 s->txt_records = NULL;
161 avahi_string_list_free(s->txt_records);
263 s->txt_records) < 0) {
479 u->service->txt_records = avahi_string_list_add(u->service->txt_records, u->buf ? u->buf : "");

Completed in 96 milliseconds