Searched refs:iptOutput (Results 1 – 1 of 1) sorted by relevance
1241 FILE *iptOutput; in getTetherStats() local1247 iptOutput = popenFunction(fullCmd.c_str(), "r"); in getTetherStats()1248 if (!iptOutput) { in getTetherStats()1254 res = addForwardChainStats(filter, statsList, iptOutput, extraProcessingInfo); in getTetherStats()1255 pclose(iptOutput); in getTetherStats()1277 FILE *iptOutput; in flushExistingCostlyTables() local1282 iptOutput = popenFunction(fullCmd.c_str(), "r"); in flushExistingCostlyTables()1283 if (!iptOutput) { in flushExistingCostlyTables()1288 parseAndFlushCostlyTables(iptOutput, doClean); in flushExistingCostlyTables()1289 pclose(iptOutput); in flushExistingCostlyTables()