Searched refs:argv_store (Results 1 – 5 of 5) sorted by relevance
/external/iptables/iptables/ |
D | xshared.h | 193 struct argv_store { struct 199 void add_argv(struct argv_store *store, const char *what, int quoted); argument 200 void free_argv(struct argv_store *store); 201 void save_argv(struct argv_store *dst, struct argv_store *src); 202 void add_param_to_argv(struct argv_store *store, char *parsestart, int line); 204 void debug_print_argv(struct argv_store *store);
|
D | xshared.c | 427 void add_argv(struct argv_store *store, const char *what, int quoted) in add_argv() 443 void free_argv(struct argv_store *store) in free_argv() 455 void save_argv(struct argv_store *dst, struct argv_store *src) in save_argv() 482 void add_param_to_argv(struct argv_store *store, char *parsestart, int line) in add_param_to_argv() 544 void debug_print_argv(struct argv_store *store) in debug_print_argv()
|
D | iptables-restore.c | 97 struct argv_store av_store = {}; in ip46tables_restore_main()
|
D | xtables-restore.c | 72 struct argv_store av_store;
|
D | iptables-xml.c | 544 struct argv_store last_rule = {}, cur_rule = {}; in iptables_xml_main()
|