Searched refs:KEY_ROUTE_NETMASK (Results 1 – 1 of 1) sorted by relevance
63 constexpr const char *KEY_ROUTE_NETMASK = "ROUTE_NETMASK="; variable542 pos = fileContent.find(KEY_ROUTE_NETMASK); in ParseStaticConfig()544 pos += strlen(KEY_ROUTE_NETMASK); in ParseStaticConfig()666 fileContent = fileContent + KEY_ROUTE_NETMASK + routeMasks + WRAP; in GenCfgContent()