Searched refs:LOCAL_NET_ID (Results 1 - 3 of 3) sorted by relevance

/system/netd/server/
H A DNetworkController.h46 static const unsigned LOCAL_NET_ID; member in class:NetworkController
H A DNetworkController.cpp62 const unsigned NetworkController::LOCAL_NET_ID = 99; member in class:NetworkController
140 mNetworks[LOCAL_NET_ID] = new LocalNetwork(LOCAL_NET_ID);
358 if (netId == LOCAL_NET_ID) {
626 if (netId == LOCAL_NET_ID) {
H A DCommandListener.cpp72 return NetworkController::LOCAL_NET_ID;
243 if (int ret = RouteController::Init(NetworkController::LOCAL_NET_ID)) {

Completed in 97 milliseconds