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

  /system/netd/
IdletimerController.h 37 enum IptOp { IptOpAdd, IptOpDelete };
40 int modifyInterfaceIdletimer(IptOp op, const char *iface, uint32_t timeout,
BandwidthController.h 100 enum IptOp { IptOpInsert, IptOpReplace, IptOpDelete, IptOpAppend };
115 std::string makeIptablesNaughtyCmd(IptOp op, int uid);
116 std::string makeIptablesQuotaCmd(IptOp op, const char *costName, int64_t quota);
118 int runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes);
119 int runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes);
IdletimerController.cpp 173 int IdletimerController::modifyInterfaceIdletimer(IptOp op, const char *iface,
BandwidthController.cpp 273 std::string BandwidthController::makeIptablesNaughtyCmd(IptOp op, int uid) {
311 IptOp op;
376 std::string BandwidthController::makeIptablesQuotaCmd(IptOp op, const char *costName, int64_t quota) {
741 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) {
773 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) {
    [all...]

Completed in 1113 milliseconds