Home
last modified time | relevance | path

Searched refs:exit_err (Results 1 – 11 of 11) sorted by relevance

/external/iptables/libxtables/
Dxtoptions.c184 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()
435 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_markmask()
441 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_markmask()
[all …]
Dxtables.c271 if (!xt_params->exit_err) in xtables_set_params()
272 xt_params->exit_err = basic_exit_err; in xtables_set_params()
514 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_parse_port()
528 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_parse_interface()
675 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_find_match()
687 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_find_match()
749 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_find_target()
761 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_find_target()
1164 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_param_act()
1175 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_param_act()
[all …]
/external/iproute2/include/
Dxtables.h403 …void (*exit_err)(enum xtables_exittype status, const char *msg, ...) __attribute__((noreturn, form… member
460 #define xtables_error (xt_params->exit_err)
/external/iptables/include/
Dxtables.h425 …void (*exit_err)(enum xtables_exittype status, const char *msg, ...) __attribute__((noreturn, form… member
493 #define xtables_error (xt_params->exit_err)
/external/iproute2/
Dconfigure83 .exit_err = NULL,
/external/iproute2/tc/
Dm_xt.c79 .exit_err = NULL,
/external/iptables/iptables/
Dxtables-eb.c311 .exit_err = ebt_print_error,
Dxtables-arp.c160 .exit_err = xtables_exit_error,
Dxtables.c109 .exit_err = xtables_exit_error,
Diptables.c125 .exit_err = iptables_exit_error,
Dip6tables.c126 .exit_err = ip6tables_exit_error,