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 131 ip6tables_globals.program_name = "ip6tables-save";
132 c = xtables_init_all(&ip6tables_globals, NFPROTO_IPV6);
135 ip6tables_globals.program_name,
136 ip6tables_globals.program_version);
ip6tables-restore.c 76 "table '%s'\n", ip6tables_globals.program_name,
197 ip6tables_globals.program_name = "ip6tables-restore";
198 c = xtables_init_all(&ip6tables_globals, NFPROTO_IPV6);
201 ip6tables_globals.program_name,
202 ip6tables_globals.program_version);
ip6tables.c 119 struct xtables_globals ip6tables_globals = { variable in typeref:struct:xtables_globals
171 #define opts ip6tables_globals.opts
172 #define prog_name ip6tables_globals.program_name
173 #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 2055 milliseconds