Home
last modified time | relevance | path

Searched refs:exit_err (Results 1 – 8 of 8) 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.c252 if (!xt_params->exit_err) in xtables_set_params()
253 xt_params->exit_err = basic_exit_err; in xtables_set_params()
499 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_parse_port()
513 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_parse_interface()
652 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_find_match()
664 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_find_match()
725 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_find_target()
737 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_find_target()
1140 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_param_act()
1151 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_param_act()
[all …]
/external/selinux/policycoreutils/sepolicy/
Dinfo.c173 goto exit_err; in qpol_cat_datum_compare()
178 goto exit_err; in qpol_cat_datum_compare()
180 goto exit_err; in qpol_cat_datum_compare()
184 exit_err: in qpol_cat_datum_compare()
213 goto exit_err; in qpol_level_datum_compare()
218 goto exit_err; in qpol_level_datum_compare()
220 goto exit_err; in qpol_level_datum_compare()
224 exit_err: in qpol_level_datum_compare()
/external/iptables/include/
Dxtables.h403 …void (*exit_err)(enum xtables_exittype status, const char *msg, ...) __attribute__((noreturn, form… member
457 #define xtables_error (xt_params->exit_err)
/external/iproute2/
Dconfigure43 .exit_err = NULL,
/external/iproute2/tc/
Dm_xt.c73 .exit_err = NULL,
/external/iptables/iptables/
Dip6tables.c123 .exit_err = ip6tables_exit_error,
Diptables.c122 .exit_err = iptables_exit_error,