Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp60 constexpr const char *KEY_NETMASK = "NETMASK="; member
524 pos = fileContent.find(KEY_NETMASK); in ParseStaticConfig()
526 pos += strlen(KEY_NETMASK); in ParseStaticConfig()
663 fileContent = fileContent + KEY_NETMASK + netMasks + WRAP; in GenCfgContent()

Completed in 2 milliseconds