HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL_NET_ID (Results 1 - 3 of 3) sorted by null

  /system/netd/server/
NetworkController.h 46 static const unsigned LOCAL_NET_ID;
NetworkController.cpp 62 const unsigned NetworkController::LOCAL_NET_ID = 99;
140 mNetworks[LOCAL_NET_ID] = new LocalNetwork(LOCAL_NET_ID);
358 if (netId == LOCAL_NET_ID) {
631 if (netId == LOCAL_NET_ID) {
CommandListener.cpp 73 return NetworkController::LOCAL_NET_ID;
245 if (int ret = RouteController::Init(NetworkController::LOCAL_NET_ID)) {
    [all...]

Completed in 125 milliseconds