Searched refs:exit_err (Results 1 – 11 of 11) sorted by relevance
/external/iptables/libxtables/ |
D | xtoptions.c | 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() 435 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_markmask() 441 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_markmask() [all …]
|
D | xtables.c | 271 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/ |
D | xtables.h | 403 …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/ |
D | xtables.h | 425 …void (*exit_err)(enum xtables_exittype status, const char *msg, ...) __attribute__((noreturn, form… member 493 #define xtables_error (xt_params->exit_err)
|
/external/iproute2/ |
D | configure | 83 .exit_err = NULL,
|
/external/iproute2/tc/ |
D | m_xt.c | 79 .exit_err = NULL,
|
/external/iptables/iptables/ |
D | xtables-eb.c | 311 .exit_err = ebt_print_error,
|
D | xtables-arp.c | 160 .exit_err = xtables_exit_error,
|
D | xtables.c | 109 .exit_err = xtables_exit_error,
|
D | iptables.c | 125 .exit_err = iptables_exit_error,
|
D | ip6tables.c | 126 .exit_err = ip6tables_exit_error,
|