Searched refs:fw_list (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/netconf/
H A Dmain.c186 netconf_fw_t *fw, fw_list; local
189 if ((ret = netconf_get_fw(&fw_list)))
192 netconf_list_for_each(fw, &fw_list) {
197 netconf_list_free(&fw_list);
H A Dnetconf_linux.c134 * @param fw_list list of firewall entries
138 netconf_get_fw(netconf_fw_t *fw_list) argument
146 netconf_list_init(fw_list);
203 netconf_list_add(fw, fw_list);
378 netconf_list_free(fw_list);
1096 * @param fw_list firewall entry or list of firewall entries
1101 netconf_manip_fw(netconf_fw_t *fw_list, bool del) argument
1107 if (netconf_list_empty(fw_list) || !fw_list->next)
1108 return (del ? netconf_del_fw(fw_list)
1150 netconf_fw_t *fw, fw_list; local
1203 netconf_fw_t *fw, fw_list; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dnetconf.h213 * @param fw_list list of firewall entries
216 extern int netconf_get_fw(netconf_fw_t *fw_list);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dnetconf.h203 * @param fw_list list of firewall entries
206 extern int netconf_get_fw(netconf_fw_t *fw_list);

Completed in 47 milliseconds