OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IptOp
(Results
1 - 4
of
4
) sorted by null
/system/netd/
IdletimerController.h
37
enum
IptOp
{ IptOpAdd, IptOpDelete };
40
int modifyInterfaceIdletimer(
IptOp
op, const char *iface, uint32_t timeout,
BandwidthController.h
111
enum
IptOp
{ IptOpInsert, IptOpReplace, IptOpDelete, IptOpAppend };
132
std::string makeIptablesSpecialAppCmd(
IptOp
op, int uid, const char *chain);
133
std::string makeIptablesQuotaCmd(
IptOp
op, const char *costName, int64_t quota);
135
int runIptablesAlertCmd(
IptOp
op, const char *alertName, int64_t bytes);
136
int runIptablesAlertFwdCmd(
IptOp
op, const char *alertName, int64_t bytes);
IdletimerController.cpp
173
int IdletimerController::modifyInterfaceIdletimer(
IptOp
op, const char *iface,
BandwidthController.cpp
299
std::string BandwidthController::makeIptablesSpecialAppCmd(
IptOp
op, int uid, const char *chain) {
407
IptOp
op;
473
std::string BandwidthController::makeIptablesQuotaCmd(
IptOp
op, const char *costName, int64_t quota) {
838
int BandwidthController::runIptablesAlertCmd(
IptOp
op, const char *alertName, int64_t bytes) {
870
int BandwidthController::runIptablesAlertFwdCmd(
IptOp
op, const char *alertName, int64_t bytes) {
[
all
...]
Completed in 222 milliseconds