Searched defs:xtables_globals (Results 1 – 2 of 2) sorted by relevance
419 struct xtables_globals struct421 unsigned int option_offset;422 const char *program_name, *program_version;423 struct option *orig_opts;424 struct option *opts;425 …(enum xtables_exittype status, const char *msg, ...) __attribute__((noreturn, format(printf,2,3)));426 int (*compat_rev)(const char *name, uint8_t rev, int opt);
89 struct xtables_globals xtables_globals = { variable