HomeSort by relevance Sort by last modified time
    Searched refs: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/include/
xtables.h 383 extern struct xtables_target *xtables_targets;
  /external/iptables/iptables/
xtables.c 177 struct xtables_target *xtables_targets; variable in typeref:struct:xtables_target
706 for (ptr = xtables_targets; ptr; ptr = ptr->next) {
984 for (i = &xtables_targets; *i!=old; i = &(*i)->next);
996 me->next = xtables_targets;
997 xtables_targets = me;
    [all...]
ip6tables.c 282 print_extension_helps(xtables_targets, matches);
    [all...]
iptables.c 295 print_extension_helps(xtables_targets, matches);
    [all...]

Completed in 848 milliseconds