Home
last modified time | relevance | path

Searched defs:xtables_globals (Results 1 – 2 of 2) sorted by relevance

/third_party/iptables/include/
Dxtables.h419 struct xtables_globals struct
421 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);
/third_party/iptables/iptables/
Dxtables.c89 struct xtables_globals xtables_globals = { variable