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

/external/iptables/libxtables/
H A Dxtables.c299 void *xtables_malloc(size_t size) function
657 clone = xtables_malloc(sizeof(struct xtables_match));
696 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
1399 addrp = xtables_malloc(sizeof(struct in_addr));
1449 *addrpp = xtables_malloc(sizeof(struct in_addr) * count);
1450 *maskpp = xtables_malloc(sizeof(struct in_addr) * count);
1699 addrp = xtables_malloc(sizeof(struct in6_addr));
1754 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count);
1755 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count);

Completed in 122 milliseconds