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

/external/iptables/libiptc/
H A Dlibiptc.c501 unsigned int array_mem; local
506 array_mem = sizeof(h->chain_index) * array_elems;
509 array_elems, array_mem);
511 h->chain_index = malloc(array_mem);
512 if (h->chain_index == NULL && array_mem > 0) {
516 memset(h->chain_index, 0, array_mem);

Completed in 344 milliseconds