Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxtables.c72 struct xtables_globals *xt_params = NULL; variable
79 fprintf(stderr, "%s v%s: ", xt_params->program_name, xt_params->program_version); in basic_exit_err()
88 if (xt_params->opts != xt_params->orig_opts) { in xtables_free_opts()
89 free(xt_params->opts); in xtables_free_opts()
90 xt_params->opts = NULL; in xtables_free_opts()
126 xt_params->option_offset += XT_OPTION_OFFSET_SCALE; in xtables_merge_options()
127 *option_offset = xt_params->option_offset; in xtables_merge_options()
242 xt_params = xtp; in xtables_set_params()
244 if (!xt_params->exit_err) in xtables_set_params()
245 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 …]
Diptables.c1404 opts = xt_params->orig_opts; in do_command4()
Dip6tables.c1375 opts = xt_params->orig_opts; in do_command6()
/external/iptables/include/
Dxtables.h425 extern struct xtables_globals *xt_params;
426 #define xtables_error (xt_params->exit_err)
Dxtables.h.in425 extern struct xtables_globals *xt_params;
426 #define xtables_error (xt_params->exit_err)