Searched refs:ALERT_IPT_TEMPLATE (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DBandwidthController.cpp51 #define ALERT_IPT_TEMPLATE "%s %s -m quota2 ! --quota %lld --name %s" macro
859 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, opFlag, "bw_INPUT",
863 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, opFlag, "bw_OUTPUT",
891 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, opFlag, "bw_FORWARD",
1048 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, "-A", chainName, bytes, alertName);
1071 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, "-D", chainName, *alertBytes, alertName);

Completed in 40 milliseconds