Searched defs:fw_malloc (Results 1 - 2 of 2) sorted by relevance

/external/iptables/
H A Dip6tables.c504 fw_malloc(size_t size) function
660 addrp = fw_malloc(sizeof(struct in6_addr));
764 clone = fw_malloc(sizeof(struct ip6tables_match));
811 newentry = fw_malloc(sizeof(struct ip6tables_rule_match));
1611 chains = fw_malloc(sizeof(ip6t_chainlabel) * chaincount);
1811 e = fw_malloc(size + target->u.target_size);
H A Diptables.c595 fw_malloc(size_t size) function
659 addrp = fw_malloc(sizeof(struct in_addr));
747 clone = fw_malloc(sizeof(struct iptables_match));
794 newentry = fw_malloc(sizeof(struct iptables_rule_match));
1680 chains = fw_malloc(sizeof(ipt_chainlabel) * chaincount);
1880 e = fw_malloc(size + target->u.target_size);

Completed in 57 milliseconds