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

/external/iptables/libxtables/
H A Dxtables.c280 void *xtables_malloc(size_t size) function
634 clone = xtables_malloc(sizeof(struct xtables_match));
673 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
1361 addrp = xtables_malloc(sizeof(struct in_addr));
1411 *addrpp = xtables_malloc(sizeof(struct in_addr) * count);
1412 *maskpp = xtables_malloc(sizeof(struct in_addr) * count);
1677 addrp = xtables_malloc(sizeof(struct in6_addr));
1731 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count);
1732 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count);
/external/iptables/include/
H A Dxtables.h419 extern void *xtables_malloc(size_t);
/external/iptables/iptables/
H A Dip6tables.c834 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount);
1199 e = xtables_malloc(size + target->u.target_size);
H A Diptables.c819 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount);
1190 e = xtables_malloc(size + target->u.target_size);

Completed in 115 milliseconds