HomeSort by relevance Sort by last modified time
    Searched refs:nextChain (Results 1 - 2 of 2) sorted by null

  /external/iptables/iptables/
iptables-xml.c 99 static int nextChain = 0;
264 for (c = 0; c < nextChain; c++)
279 for (c = 0; c < nextChain; c++)
292 if (nextChain >= maxChains) {
298 chains[nextChain].chain = strdup(chain);
299 chains[nextChain].policy = strdup(policy);
300 chains[nextChain].count = *ctr;
301 chains[nextChain].created = 0;
302 nextChain++;
310 for (c = 0; c < nextChain; c++
    [all...]
  /external/guava/guava-tests/lib/
libtruth.jar 

Completed in 151 milliseconds