Searched refs:xtables_malloc (Results 1 - 4 of 4) sorted by relevance

/external/iptables/iptables/
H A Dxtables.c272 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);
1562 addrp = xtables_malloc(sizeof(struct in6_addr));
1616 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count);
1617 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count);
H A Dip6tables.c872 chains = xtables_malloc(sizeof(ip6t_chainlabel) * chaincount);
1237 e = xtables_malloc(size + target->u.target_size);
H A Diptables.c877 chains = xtables_malloc(sizeof(ipt_chainlabel) * chaincount);
1248 e = xtables_malloc(size + target->u.target_size);
/external/iptables/include/
H A Dxtables.h388 extern void *xtables_malloc(size_t);

Completed in 74 milliseconds