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/server/
IdletimerController.h
37
enum
IptOp
{ IptOpAdd, IptOpDelete };
40
int modifyInterfaceIdletimer(
IptOp
op, const char *iface, uint32_t timeout,
BandwidthController.h
112
enum
IptOp
{ IptOpInsert, IptOpReplace, IptOpDelete, IptOpAppend };
133
std::string makeIptablesSpecialAppCmd(
IptOp
op, int uid, const char *chain);
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);
IdletimerController.cpp
191
int IdletimerController::modifyInterfaceIdletimer(
IptOp
op, const char *iface,
BandwidthController.cpp
303
std::string BandwidthController::makeIptablesSpecialAppCmd(
IptOp
op, int uid, const char *chain) {
410
IptOp
op;
476
std::string BandwidthController::makeIptablesQuotaCmd(
IptOp
op, const char *costName, int64_t quota) {
857
int BandwidthController::runIptablesAlertCmd(
IptOp
op, const char *alertName, int64_t bytes) {
889
int BandwidthController::runIptablesAlertFwdCmd(
IptOp
op, const char *alertName, int64_t bytes) {
[
all
...]
Completed in 48 milliseconds