Searched defs:hasDns (Results 1 - 3 of 3) sorted by last modified time

/system/netd/server/
H A DCommandListener.cpp1618 // network create <netId> vpn <hasDns> <secure>
1625 bool hasDns = atoi(argv[4]); local
1627 if (int ret = gCtls->netCtrl.createVirtualNetwork(netId, hasDns, secure)) {
H A DNetworkController.cpp338 int NetworkController::createVirtualNetwork(unsigned netId, bool hasDns, bool secure) { argument
353 mNetworks[netId] = new VirtualNetwork(netId, hasDns, secure);
H A DVirtualNetwork.cpp26 VirtualNetwork::VirtualNetwork(unsigned netId, bool hasDns, bool secure) : argument
27 Network(netId), mHasDns(hasDns), mSecure(secure) {

Completed in 562 milliseconds