Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp517 std::string ipAddresses, netMasks, gateways, routes, routeMasks, dnsServers; in ParseStaticConfig() local
545 routeMasks = fileContent.substr(pos, fileContent.find(WRAP, pos) - pos); in ParseStaticConfig()
559 ParserIfaceIpAndRoute(cfg, routeMasks); in ParseStaticConfig()
653 std::string routeMasks = in GenCfgContent() local
666 fileContent = fileContent + KEY_ROUTE_NETMASK + routeMasks + WRAP; in GenCfgContent()

Completed in 2 milliseconds