Lines Matching refs:int64_t
41 int setInterfaceSharedQuota(const std::string& iface, int64_t bytes);
42 int getInterfaceSharedQuota(int64_t *bytes);
45 int setInterfaceQuota(const std::string& iface, int64_t bytes);
46 int getInterfaceQuota(const std::string& iface, int64_t* bytes);
60 int setGlobalAlert(int64_t bytes);
65 int setSharedAlert(int64_t bytes);
68 int setInterfaceAlert(const std::string& iface, int64_t bytes);
83 int64_t quota;
84 int64_t alert;
102 int runIptablesAlertCmd(IptOp op, const std::string& alertName, int64_t bytes);
103 int runIptablesAlertFwdCmd(IptOp op, const std::string& alertName, int64_t bytes);
105 int updateQuota(const std::string& alertName, int64_t bytes);
107 int setCostlyAlert(const std::string& costName, int64_t bytes, int64_t* alertBytes);
108 int removeCostlyAlert(const std::string& costName, int64_t* alertBytes);
137 int64_t mSharedQuotaBytes = 0;
138 int64_t mSharedAlertBytes = 0;
139 int64_t mGlobalAlertBytes = 0;