HomeSort by relevance Sort by last modified time
    Searched refs:IptOp (Results 1 - 4 of 4) sorted by null

  /system/netd/
IdletimerController.h 32 enum IptOp { IptOpAdd, IptOpDelete };
35 int modifyInterfaceIdletimer(IptOp op, const char *iface, uint32_t timeout);
BandwidthController.h 94 enum IptOp { IptOpInsert, IptOpReplace, IptOpDelete };
109 std::string makeIptablesNaughtyCmd(IptOp op, int uid);
110 std::string makeIptablesQuotaCmd(IptOp op, const char *costName, int64_t quota);
112 int runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes);
113 int runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes);
IdletimerController.cpp 150 int IdletimerController::modifyInterfaceIdletimer(IptOp op, const char *iface,
BandwidthController.cpp 309 std::string BandwidthController::makeIptablesNaughtyCmd(IptOp op, int uid) {
344 IptOp op;
409 std::string BandwidthController::makeIptablesQuotaCmd(IptOp op, const char *costName, int64_t quota) {
765 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) {
797 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) {
    [all...]

Completed in 23 milliseconds