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

  /external/iptables/iptables/
ip6tables-standalone.c 47 ip6tables_globals.program_name = "ip6tables";
48 ret = xtables_init_all(&ip6tables_globals, NFPROTO_IPV6);
51 ip6tables_globals.program_name,
52 ip6tables_globals.program_version);
ip6tables-save.c 133 ip6tables_globals.program_name = "ip6tables-save";
134 c = xtables_init_all(&ip6tables_globals, NFPROTO_IPV6);
137 ip6tables_globals.program_name,
138 ip6tables_globals.program_version);
ip6tables-restore.c 81 "table '%s'\n", ip6tables_globals.program_name,
203 ip6tables_globals.program_name = "ip6tables-restore";
204 c = xtables_init_all(&ip6tables_globals, NFPROTO_IPV6);
207 ip6tables_globals.program_name,
208 ip6tables_globals.program_version);
ip6tables.c 122 struct xtables_globals ip6tables_globals = { variable in typeref:struct:xtables_globals
175 #define opts ip6tables_globals.opts
176 #define prog_name ip6tables_globals.program_name
177 #define prog_vers ip6tables_globals.program_version
    [all...]
  /external/iproute2/include/
ip6tables.h 18 extern struct xtables_globals ip6tables_globals;
  /external/iptables/include/
ip6tables.h 18 extern struct xtables_globals ip6tables_globals;

Completed in 244 milliseconds