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);
54 int setGlobalAlert(int64_t bytes);
59 int setSharedAlert(int64_t bytes);
62 int setInterfaceAlert(const std::string& iface, int64_t bytes);
77 int64_t quota;
78 int64_t alert;
96 int runIptablesAlertCmd(IptOp op, const std::string& alertName, int64_t bytes);
97 int runIptablesAlertFwdCmd(IptOp op, const std::string& alertName, int64_t bytes);
99 int updateQuota(const std::string& alertName, int64_t bytes);
101 int setCostlyAlert(const std::string& costName, int64_t bytes, int64_t* alertBytes);
102 int removeCostlyAlert(const std::string& costName, int64_t* alertBytes);
129 int64_t mSharedQuotaBytes = 0;
130 int64_t mSharedAlertBytes = 0;
131 int64_t mGlobalAlertBytes = 0;