Lines Matching refs:int64_t
33 int64_t rxB, int64_t rxP, in TetherStats()
34 int64_t txB, int64_t txP) in TetherStats()
42 int64_t rxBytes, rxPackets;
43 int64_t txBytes, txPackets;
59 int setInterfaceSharedQuota(const char *iface, int64_t bytes);
60 int getInterfaceSharedQuota(int64_t *bytes);
63 int setInterfaceQuota(const char *iface, int64_t bytes);
64 int getInterfaceQuota(const char *iface, int64_t *bytes);
74 int setGlobalAlert(int64_t bytes);
79 int setSharedAlert(int64_t bytes);
82 int setInterfaceAlert(const char *iface, int64_t bytes);
104 QuotaInfo(std::string ifn, int64_t q, int64_t a) in QuotaInfo()
107 int64_t quota;
108 int64_t alert;
134 std::string makeIptablesQuotaCmd(IptOp op, const char *costName, int64_t quota);
136 int runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes);
137 int runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes);
151 int updateQuota(const char *alertName, int64_t bytes);
153 int setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes);
154 int removeCostlyAlert(const char *costName, int64_t *alertBytes);
187 int64_t sharedQuotaBytes;
188 int64_t sharedAlertBytes;
189 int64_t globalAlertBytes;