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

/external/iptables/iptables/
H A Dxtables.c272 void *xtables_malloc(size_t size) function
627 clone = xtables_malloc(sizeof(struct xtables_match));
665 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
1249 addrp = xtables_malloc(sizeof(struct in_addr));
1299 *addrpp = xtables_malloc(sizeof(struct in_addr) * count);
1300 *maskpp = xtables_malloc(sizeof(struct in_addr) * count);
1562 addrp = xtables_malloc(sizeof(struct in6_addr));
1616 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count);
1617 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count);

Completed in 58 milliseconds