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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c502 fw_malloc(size_t size) function
658 addrp = fw_malloc(sizeof(struct in6_addr));
762 clone = fw_malloc(sizeof(struct ip6tables_match));
809 newentry = fw_malloc(sizeof(struct ip6tables_rule_match));
1607 chains = fw_malloc(sizeof(ip6t_chainlabel) * chaincount);
1813 e = fw_malloc(size + target->u.target_size);
H A Diptables.c587 fw_malloc(size_t size) function
651 addrp = fw_malloc(sizeof(struct in_addr));
739 clone = fw_malloc(sizeof(struct iptables_match));
786 newentry = fw_malloc(sizeof(struct iptables_rule_match));
1671 chains = fw_malloc(sizeof(ipt_chainlabel) * chaincount);
1877 e = fw_malloc(size + target->u.target_size);

Completed in 65 milliseconds