Searched refs:av_store (Results 1 – 2 of 2) sorted by relevance
/external/iptables/iptables/ |
D | iptables-restore.c | 97 struct argv_store av_store = {}; in ip46tables_restore_main() local 321 add_argv(&av_store, argv[0], 0); in ip46tables_restore_main() 322 add_argv(&av_store, "-t", 0); in ip46tables_restore_main() 323 add_argv(&av_store, curtable, 0); in ip46tables_restore_main() 327 add_argv(&av_store, "--set-counters", 0); in ip46tables_restore_main() 328 add_argv(&av_store, pcnt, 0); in ip46tables_restore_main() 329 add_argv(&av_store, bcnt, 0); in ip46tables_restore_main() 332 add_param_to_argv(&av_store, parsestart, line); in ip46tables_restore_main() 335 av_store.argc, curtable); in ip46tables_restore_main() 336 debug_print_argv(&av_store); in ip46tables_restore_main() [all …]
|
D | xtables-restore.c | 72 struct argv_store av_store; member 210 add_argv(&state->av_store, xt_params->program_name, 0); in xtables_restore_parse_line() 211 add_argv(&state->av_store, "-t", 0); in xtables_restore_parse_line() 212 add_argv(&state->av_store, state->curtable->name, 0); in xtables_restore_parse_line() 216 add_argv(&state->av_store, "--set-counters", 0); in xtables_restore_parse_line() 217 add_argv(&state->av_store, pcnt, 0); in xtables_restore_parse_line() 218 add_argv(&state->av_store, bcnt, 0); in xtables_restore_parse_line() 221 add_param_to_argv(&state->av_store, parsestart, line); in xtables_restore_parse_line() 224 state->av_store.argc, state->curtable->name); in xtables_restore_parse_line() 225 debug_print_argv(&state->av_store); in xtables_restore_parse_line() [all …]
|