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

  /external/iproute2/include/
xt-internal.h 58 extern struct xtables_target *xtables_targets;
  /external/iptables/libxtables/
xtables.c 185 struct xtables_target *xtables_targets; variable in typeref:struct:xtables_target
714 for (ptr = xtables_targets; ptr; ptr = ptr->next) {
1053 for (i = &xtables_targets; *i!=old; i = &(*i)->next);
1065 me->next = xtables_targets;
1066 xtables_targets = me;
    [all...]
  /external/iptables/include/
xtables.h 414 extern struct xtables_target *xtables_targets;
  /external/iptables/iptables/
ip6tables.c 269 print_extension_helps(xtables_targets, matches);
    [all...]
iptables.c 263 print_extension_helps(xtables_targets, matches);
    [all...]

Completed in 514 milliseconds