Searched defs:Controllers (Results 1 - 2 of 2) sorted by relevance

/system/netd/server/
H A DControllers.h42 class Controllers { class in namespace:android::net
44 Controllers();
77 extern Controllers* gCtls;
H A DControllers.cpp27 #include "Controllers.h"
42 auto Controllers::execIptablesRestore = ::execIptablesRestore;
43 auto Controllers::execIptablesRestoreWithOutput = ::execIptablesRestoreWithOutput;
109 std::set<std::string> Controllers::findExistingChildChains(const IptablesTarget target,
129 if (Controllers::execIptablesRestoreWithOutput(target, command, &output) == -1) {
149 void Controllers::createChildChains(IptablesTarget target, const char* table,
189 Controllers::Controllers() function in class:android::net::Controllers
209 void Controllers::initChildChains() {
235 void Controllers
[all...]

Completed in 52 milliseconds