Home
last modified time | relevance | path

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

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