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

/external/iptables/libiptc/
H A Dlibiptc.c499 unsigned int array_mem; local
504 array_mem = sizeof(h->chain_index) * array_elems;
507 array_elems, array_mem);
509 h->chain_index = malloc(array_mem);
510 if (h->chain_index == NULL && array_mem > 0) {
514 memset(h->chain_index, 0, array_mem);

Completed in 51 milliseconds