Searched refs:bootProto (Results 1 – 1 of 1) sorted by relevance
500 const auto &bootProto = fileContent.substr(pos, fileContent.find(WRAP, pos) - pos); in ParseBootProto() local501 if (bootProto == KEY_LAN_STATIC) { in ParseBootProto()503 } else if (bootProto == KEY_LAN_DHCP) { in ParseBootProto()505 } else if (bootProto == KEY_STATIC) { in ParseBootProto()