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

  /external/iproute2/include/
xt-internal.h 58 extern struct xtables_target *xtables_targets;
xtables.h 415 extern struct xtables_target *xtables_targets;
  /external/iptables/iptables/
xtables-eb.c 335 for (t = xtables_targets; t; t = t->next) {
769 for (t = xtables_targets; t; t = t->next) {
941 ebt_list_extensions(xtables_targets, cs.matches);
    [all...]
xtables-arp.c 493 for (t = xtables_targets; t; t = t->next) {
961 for (t = xtables_targets; t; t = t->next) {
    [all...]
xtables.c 253 print_extension_helps(xtables_targets, matches);
710 for (t = xtables_targets; t; t = t->next) {
    [all...]
ip6tables.c 276 print_extension_helps(xtables_targets, matches);
    [all...]
iptables.c 269 print_extension_helps(xtables_targets, matches);
    [all...]
  /external/iptables/include/
xtables.h 448 extern struct xtables_target *xtables_targets;
  /external/iptables/libxtables/
xtables.c 198 struct xtables_target *xtables_targets; variable in typeref:struct:xtables_target
738 for (ptr = xtables_targets; ptr; ptr = ptr->next) {
1077 for (i = &xtables_targets; *i!=old; i = &(*i)->next);
1089 me->next = xtables_targets;
1090 xtables_targets = me;
    [all...]

Completed in 100 milliseconds