Home
last modified time | relevance | path

Searched refs:netMasks (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
527 netMasks = fileContent.substr(pos, fileContent.find(WRAP, pos) - pos); in ParseStaticConfig()
557 StaticConfiguration::ExtractNetAddrBySeparator(netMasks, cfg->ipStatic_.netMaskList_); in ParseStaticConfig()
650 std::string netMasks = AccumulateNetAddress(cfg->ipStatic_.netMaskList_); in GenCfgContent() local
663 fileContent = fileContent + KEY_NETMASK + netMasks + WRAP; in GenCfgContent()

Completed in 2 milliseconds