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

  /external/iptables/iptables/
xtables.c 272 void *xtables_malloc(size_t size) function
627 clone = xtables_malloc(sizeof(struct xtables_match));
665 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
1249 addrp = xtables_malloc(sizeof(struct in_addr));
1299 *addrpp = xtables_malloc(sizeof(struct in_addr) * count);
1300 *maskpp = xtables_malloc(sizeof(struct in_addr) * count);
    [all...]
ip6tables.c 872 chains = xtables_malloc(sizeof(ip6t_chainlabel) * chaincount);
    [all...]
iptables.c 877 chains = xtables_malloc(sizeof(ipt_chainlabel) * chaincount);
    [all...]
  /external/iptables/include/
xtables.h 388 extern void *xtables_malloc(size_t);

Completed in 55 milliseconds