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

  /external/iptables/libxtables/
xtables.c 280 void *xtables_malloc(size_t size) function
634 clone = xtables_malloc(sizeof(struct xtables_match));
673 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
    [all...]
  /external/iptables/include/
xtables.h 419 extern void *xtables_malloc(size_t);
  /external/iptables/iptables/
ip6tables.c 834 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount);
    [all...]
iptables.c 819 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount);
    [all...]

Completed in 49 milliseconds