OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runIptablesAlertCmd
(Results
1 - 2
of
2
) sorted by null
/system/netd/
BandwidthController.h
135
int
runIptablesAlertCmd
(IptOp op, const char *alertName, int64_t bytes);
BandwidthController.cpp
838
int BandwidthController::
runIptablesAlertCmd
(IptOp op, const char *alertName, int64_t bytes) {
909
res =
runIptablesAlertCmd
(IptOpInsert, alertName, bytes);
949
res =
runIptablesAlertCmd
(IptOpDelete, alertName, globalAlertBytes);
[
all
...]
Completed in 27 milliseconds