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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/iptables/
H A Dxtables.c279 void *xtables_malloc(size_t size) function
635 clone = xtables_malloc(sizeof(struct xtables_match));
674 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
1264 addrp = xtables_malloc(sizeof(struct in_addr));
1314 *addrpp = xtables_malloc(sizeof(struct in_addr) * count);
1315 *maskpp = xtables_malloc(sizeof(struct in_addr) * count);
1576 addrp = xtables_malloc(sizeof(struct in6_addr));
1630 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count);
1631 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count);
H A Dip6tables.c872 chains = xtables_malloc(sizeof(ip6t_chainlabel) * chaincount);
1237 e = xtables_malloc(size + target->u.target_size);
H A Diptables.c877 chains = xtables_malloc(sizeof(ipt_chainlabel) * chaincount);
1248 e = xtables_malloc(size + target->u.target_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/iptables/
H A Dxtables.c279 void *xtables_malloc(size_t size) function
635 clone = xtables_malloc(sizeof(struct xtables_match));
674 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
1264 addrp = xtables_malloc(sizeof(struct in_addr));
1314 *addrpp = xtables_malloc(sizeof(struct in_addr) * count);
1315 *maskpp = xtables_malloc(sizeof(struct in_addr) * count);
1576 addrp = xtables_malloc(sizeof(struct in6_addr));
1630 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count);
1631 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count);
H A Dip6tables.c872 chains = xtables_malloc(sizeof(ip6t_chainlabel) * chaincount);
1237 e = xtables_malloc(size + target->u.target_size);
H A Diptables.c877 chains = xtables_malloc(sizeof(ipt_chainlabel) * chaincount);
1248 e = xtables_malloc(size + target->u.target_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/iptables/
H A Dxtables.c279 void *xtables_malloc(size_t size) function
635 clone = xtables_malloc(sizeof(struct xtables_match));
674 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
1264 addrp = xtables_malloc(sizeof(struct in_addr));
1314 *addrpp = xtables_malloc(sizeof(struct in_addr) * count);
1315 *maskpp = xtables_malloc(sizeof(struct in_addr) * count);
1576 addrp = xtables_malloc(sizeof(struct in6_addr));
1630 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count);
1631 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count);
H A Dip6tables.c872 chains = xtables_malloc(sizeof(ip6t_chainlabel) * chaincount);
1237 e = xtables_malloc(size + target->u.target_size);
H A Diptables.c877 chains = xtables_malloc(sizeof(ipt_chainlabel) * chaincount);
1248 e = xtables_malloc(size + target->u.target_size);

Completed in 180 milliseconds