Home
last modified time | relevance | path

Searched refs:iptOutput (Results 1 – 1 of 1) sorted by relevance

/system/netd/server/
DBandwidthController.cpp1241 FILE *iptOutput; in getTetherStats() local
1247 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() local
1282 iptOutput = popenFunction(fullCmd.c_str(), "r"); in flushExistingCostlyTables()
1283 if (!iptOutput) { in flushExistingCostlyTables()
1288 parseAndFlushCostlyTables(iptOutput, doClean); in flushExistingCostlyTables()
1289 pclose(iptOutput); in flushExistingCostlyTables()