Home
last modified time | relevance | path

Searched refs:NetworkController (Results 1 – 11 of 11) sorted by relevance

/system/netd/server/
DNetworkController.cpp69 class NetworkController::DelegateImpl : public PhysicalNetwork::Delegate {
71 explicit DelegateImpl(NetworkController* networkController);
86 NetworkController* const mNetworkController;
89 NetworkController::DelegateImpl::DelegateImpl(NetworkController* networkController) : in DelegateImpl()
93 NetworkController::DelegateImpl::~DelegateImpl() { in ~DelegateImpl()
96 int NetworkController::DelegateImpl::modifyFallthrough(unsigned vpnNetId, in modifyFallthrough()
119 int NetworkController::DelegateImpl::addFallthrough(const std::string& physicalInterface, in addFallthrough()
124 int NetworkController::DelegateImpl::removeFallthrough(const std::string& physicalInterface, in removeFallthrough()
129 int NetworkController::DelegateImpl::modifyFallthrough(const std::string& physicalInterface, in modifyFallthrough()
141 NetworkController::NetworkController() : in NetworkController() function in android::net::NetworkController
[all …]
DFwmarkServer.h26 class NetworkController; variable
31 explicit FwmarkServer(NetworkController* networkController, EventReporter* eventReporter,
43 NetworkController* const mNetworkController;
DClatdController.h38 class NetworkController; variable
42 explicit ClatdController(NetworkController* controller) EXCLUDES(mutex) in ClatdController()
79 const NetworkController* mNetCtrl GUARDED_BY(mutex);
DNetdHwService.cpp83 if (((netId) < NetworkController::MIN_OEM_ID) || \
84 ((netId) > NetworkController::MAX_OEM_ID)) { \
DControllers.h44 NetworkController netCtrl;
DNetworkController.h85 class NetworkController {
97 NetworkController();
DNdcDispatcher.cpp78 const unsigned NUM_OEM_IDS = NetworkController::MAX_OEM_ID - NetworkController::MIN_OEM_ID + 1;
82 return NetworkController::LOCAL_NET_ID; in stringToNetId()
88 return NetworkController::MIN_OEM_ID + n; in stringToNetId()
93 if (NetworkController::MIN_OEM_ID <= n && n <= NetworkController::MAX_OEM_ID) { in stringToNetId()
DFwmarkServer.cpp65 FwmarkServer::FwmarkServer(NetworkController* networkController, EventReporter* eventReporter, in FwmarkServer()
DControllers.cpp300 if (int ret = RouteController::Init(NetworkController::LOCAL_NET_ID)) { in init()
DAndroid.bp286 "NetworkController.cpp",
DTetherController.cpp228 fwmark.netId = NetworkController::LOCAL_NET_ID; in startTethering()