Searched refs:IptIpV4 (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DBandwidthController.h110 enum IptIpVer { IptIpV4, IptIpV6 }; enumerator in enum:BandwidthController::IptIpVer
H A DBandwidthController.cpp158 res |= runIptablesCmd(cmd, jumpHandling, IptIpV4, failureHandling);
199 fullCmd.insert(0, iptVer == IptIpV4 ? IPTABLES_PATH : IP6TABLES_PATH);

Completed in 248 milliseconds