Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dcli.c68 struct cli_txt_entry * cli_txt_list_get(struct dl_list *txt_list, in cli_txt_list_get() argument
73 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) { in cli_txt_list_get()
81 void cli_txt_list_del(struct dl_list *txt_list, const char *txt) in cli_txt_list_del() argument
85 e = cli_txt_list_get(txt_list, txt); in cli_txt_list_del()
91 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_del_addr() argument
99 cli_txt_list_del(txt_list, buf); in cli_txt_list_del_addr()
103 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_del_word() argument
115 cli_txt_list_del(txt_list, buf); in cli_txt_list_del_word()
120 int cli_txt_list_add(struct dl_list *txt_list, const char *txt) in cli_txt_list_add() argument
124 e = cli_txt_list_get(txt_list, txt); in cli_txt_list_add()
[all …]
Dcli.h26 cli_txt_list_get(struct dl_list *txt_list, const char *txt);
28 void cli_txt_list_del(struct dl_list *txt_list, const char *txt);
29 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt);
30 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt,
33 int cli_txt_list_add(struct dl_list *txt_list, const char *txt);
34 int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt);
35 int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt,
38 char ** cli_txt_list_array(struct dl_list *txt_list);
/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)