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

  /external/iproute2/include/
xt-internal.h 57 extern struct xtables_match *xtables_matches;
xtables.h 414 extern struct xtables_match *xtables_matches;
  /external/iptables/include/
xtables.h 447 extern struct xtables_match *xtables_matches;
  /external/iptables/libxtables/
xtables.c 197 struct xtables_match *xtables_matches; variable in typeref:struct:xtables_match
648 for (ptr = xtables_matches; ptr; ptr = ptr->next) {
978 for (i = &xtables_matches; *i!=old; i = &(*i)->next);
990 for (i = &xtables_matches; *i; i = &(*i)->next);
    [all...]
  /external/iptables/iptables/
xtables-eb.c 766 for (m = xtables_matches; m; m = m->next)
    [all...]
xtables.c 707 for (m = xtables_matches; m; m = m->next)
    [all...]
ip6tables.c     [all...]
iptables.c     [all...]

Completed in 1040 milliseconds