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

/system/netd/server/
H A DBandwidthController.cpp1242 FILE *iptOutput; local
1254 iptOutput = popen(fullCmd.c_str(), "r");
1255 if (!iptOutput) {
1260 res = parseForwardChainStats(cli, stats, iptOutput, extraProcessingInfo);
1261 pclose(iptOutput);
1269 FILE *iptOutput; local
1274 iptOutput = popen(fullCmd.c_str(), "r");
1275 if (!iptOutput) {
1280 parseAndFlushCostlyTables(iptOutput, doClean);
1281 pclose(iptOutput);
[all...]

Completed in 47 milliseconds