Searched refs:iptOutput (Results 1 – 1 of 1) sorted by relevance
1207 FILE *iptOutput; in getTetherStats() local1219 iptOutput = popenFunction(fullCmd.c_str(), "r"); in getTetherStats()1220 if (!iptOutput) { in getTetherStats()1225 res = parseForwardChainStats(cli, stats, iptOutput, extraProcessingInfo); in getTetherStats()1226 pclose(iptOutput); in getTetherStats()1234 FILE *iptOutput; in flushExistingCostlyTables() local1239 iptOutput = popenFunction(fullCmd.c_str(), "r"); in flushExistingCostlyTables()1240 if (!iptOutput) { in flushExistingCostlyTables()1245 parseAndFlushCostlyTables(iptOutput, doClean); in flushExistingCostlyTables()1246 pclose(iptOutput); in flushExistingCostlyTables()