Home
last modified time | relevance | path

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

/external/iptables/libxtables/
Dxtables.c299 void *xtables_malloc(size_t size) in xtables_malloc() function
657 clone = xtables_malloc(sizeof(struct xtables_match)); in xtables_find_match()
696 newentry = xtables_malloc(sizeof(struct xtables_rule_match)); in xtables_find_match()
1399 addrp = xtables_malloc(sizeof(struct in_addr)); in ipparse_hostnetwork()
1449 *addrpp = xtables_malloc(sizeof(struct in_addr) * count); in xtables_ipparse_multiple()
1450 *maskpp = xtables_malloc(sizeof(struct in_addr) * count); in xtables_ipparse_multiple()
1699 addrp = xtables_malloc(sizeof(struct in6_addr)); in ip6parse_hostnetwork()
1754 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count); in xtables_ip6parse_multiple()
1755 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count); in xtables_ip6parse_multiple()
/external/iproute2/include/
Dxtables.h420 extern void *xtables_malloc(size_t);
/external/iptables/include/
Dxtables.h453 extern void *xtables_malloc(size_t);
/external/iptables/extensions/
Dlibxt_mangle.c168 addrp = xtables_malloc(sizeof(struct in_addr)); in parse_hostnetwork()
/external/iptables/iptables/
Dip6tables.c871 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); in for_each_chain6()
1241 e = xtables_malloc(size + target->u.target_size); in generate_entry()
Diptables.c855 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); in for_each_chain4()
1231 e = xtables_malloc(size + target->u.target_size); in generate_entry()
Dxtables-arp.c636 addrp = xtables_malloc(sizeof(struct in_addr)); in parse_hostnetwork()