HomeSort by relevance Sort by last modified time
    Searched refs:xt_params (Results 1 - 7 of 7) sorted by null

  /external/iptables/libxtables/
xtoptions.c 106 xt_params->option_offset += XT_OPTION_OFFSET_SCALE;
107 *offset = xt_params->option_offset;
184 xt_params->exit_err(PARAMETER_PROBLEM,
221 xt_params->exit_err(PARAMETER_PROBLEM,
298 xt_params->exit_err(OTHER_PROBLEM, "%s: memory block does "
304 xt_params->exit_err(PARAMETER_PROBLEM, "%s: Too many "
313 xt_params->exit_err(PARAMETER_PROBLEM,
318 xt_params->exit_err(PARAMETER_PROBLEM,
338 xt_params->exit_err(PARAMETER_PROBLEM,
342 xt_params->exit_err(PARAMETER_PROBLEM
    [all...]
xtables.c 80 struct xtables_globals *xt_params = NULL; variable in typeref:struct:xtables_globals
87 fprintf(stderr, "%s v%s: ", xt_params->program_name, xt_params->program_version);
96 if (xt_params->opts != xt_params->orig_opts) {
97 free(xt_params->opts);
98 xt_params->opts = NULL;
134 xt_params->option_offset += XT_OPTION_OFFSET_SCALE;
135 *option_offset = xt_params->option_offset;
250 xt_params = xtp
    [all...]
  /external/iptables/iptables/
ip6tables-restore.c 282 xt_params->program_name, line);
318 xt_params->program_name, line);
351 xt_params->program_name, line);
450 xt_params->program_name, line);
456 xt_params->program_name, line + 1);
iptables-restore.c 282 xt_params->program_name, line);
318 xt_params->program_name, line);
351 xt_params->program_name, line);
450 xt_params->program_name, line);
456 xt_params->program_name, line + 1);
ip6tables.c     [all...]
iptables.c     [all...]
  /external/iptables/include/
xtables.h 456 extern struct xtables_globals *xt_params;
457 #define xtables_error (xt_params->exit_err)

Completed in 79 milliseconds