Home
last modified time | relevance | path

Searched refs:txt_list (Results 1 – 4 of 4) sorted by relevance

/external/libweave/examples/provider/
Davahi_client.cc60 std::unique_ptr<AvahiStringList, decltype(&avahi_string_list_free)> txt_list{ in PublishService()
66 txt_list.reset(avahi_string_list_new_from_array(txt_vector_ptr.data(), in PublishService()
68 CHECK(txt_list); in PublishService()
75 service_type.c_str(), nullptr, txt_list.get()); in PublishService()
86 service_type.c_str(), nullptr, nullptr, port, txt_list.get()); in PublishService()
/external/autotest/client/cros/netprotos/
Dcros_p2p.py182 for _rrname, _rrtype, txt_list, _deadline in txt_records:
183 for txt in txt_list:
201 for _rrname, _rrtype, txt_list, _deadline in txt_records:
202 for txt in txt_list:
Dzeroconf.py346 def register_TXT(self, domain, txt_list, announce=False): argument
359 self._txt_records[domain] = txt_list
384 protocol, port, txt_list): argument
401 fq_service_name, port, txt_list)
406 self.register_TXT(fq_service_name, txt_list)
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c149 static struct cli_txt_entry * cli_txt_list_get(struct dl_list *txt_list, in cli_txt_list_get() argument
153 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) { in cli_txt_list_get()
161 static void cli_txt_list_del(struct dl_list *txt_list, const char *txt) in cli_txt_list_del() argument
164 e = cli_txt_list_get(txt_list, txt); in cli_txt_list_del()
170 static void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_del_addr() argument
177 cli_txt_list_del(txt_list, buf); in cli_txt_list_del_addr()
182 static void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_del_word() argument
193 cli_txt_list_del(txt_list, buf); in cli_txt_list_del_word()
199 static int cli_txt_list_add(struct dl_list *txt_list, const char *txt) in cli_txt_list_add() argument
202 e = cli_txt_list_get(txt_list, txt); in cli_txt_list_add()
[all …]