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

/external/iptables/libxtables/
H A Dxtables.c280 void *xtables_malloc(size_t size) function
634 clone = xtables_malloc(sizeof(struct xtables_match));
673 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
1361 addrp = xtables_malloc(sizeof(struct in_addr));
1411 *addrpp = xtables_malloc(sizeof(struct in_addr) * count);
1412 *maskpp = xtables_malloc(sizeof(struct in_addr) * count);
1677 addrp = xtables_malloc(sizeof(struct in6_addr));
1731 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count);
1732 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count);

Completed in 299 milliseconds