Home
last modified time | relevance | path

Searched refs:xt_params (Results 1 – 8 of 8) sorted by relevance

/external/iptables/libxtables/
Dxtables.c80 struct xtables_globals *xt_params = NULL; variable
87 fprintf(stderr, "%s v%s: ", xt_params->program_name, xt_params->program_version); in basic_exit_err()
96 if (xt_params->opts != xt_params->orig_opts) { in xtables_free_opts()
97 free(xt_params->opts); in xtables_free_opts()
98 xt_params->opts = NULL; in xtables_free_opts()
134 xt_params->option_offset += XT_OPTION_OFFSET_SCALE; in xtables_merge_options()
135 *option_offset = xt_params->option_offset; in xtables_merge_options()
250 xt_params = xtp; in xtables_set_params()
252 if (!xt_params->exit_err) in xtables_set_params()
253 xt_params->exit_err = basic_exit_err; in xtables_set_params()
[all …]
Dxtoptions.c106 xt_params->option_offset += XT_OPTION_OFFSET_SCALE; in xtables_options_xfrm()
107 *offset = xt_params->option_offset; in xtables_options_xfrm()
184 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_int()
221 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_float()
298 xt_params->exit_err(OTHER_PROBLEM, "%s: memory block does " in xtopt_parse_mint()
304 xt_params->exit_err(PARAMETER_PROBLEM, "%s: Too many " in xtopt_parse_mint()
313 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_mint()
318 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_mint()
338 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_string()
342 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_string()
[all …]
/external/iptables/iptables/
Dip6tables-restore.c294 xt_params->program_name, line); in ip6tables_restore_main()
330 xt_params->program_name, line); in ip6tables_restore_main()
363 xt_params->program_name, line); in ip6tables_restore_main()
462 xt_params->program_name, line); in ip6tables_restore_main()
468 xt_params->program_name, line + 1); in ip6tables_restore_main()
Diptables-restore.c294 xt_params->program_name, line); in iptables_restore_main()
330 xt_params->program_name, line); in iptables_restore_main()
363 xt_params->program_name, line); in iptables_restore_main()
462 xt_params->program_name, line); in iptables_restore_main()
468 xt_params->program_name, line + 1); in iptables_restore_main()
Diptables.c1329 opts = xt_params->orig_opts; in do_command4()
Dip6tables.c1333 opts = xt_params->orig_opts; in do_command6()
/external/iproute2/include/
Dxtables.h459 extern struct xtables_globals *xt_params;
460 #define xtables_error (xt_params->exit_err)
/external/iptables/include/
Dxtables.h456 extern struct xtables_globals *xt_params;
457 #define xtables_error (xt_params->exit_err)