Lines Matching full:second

76                 const auto& state = std::get<std::string>(it->second);  in Manager()
176 if (info.intf.name && *info.intf.name != it->second->interfaceName()) in createInterface()
178 interfaces.erase(it->second->interfaceName()); in createInterface()
183 it->second->updateInfo(info.intf); in createInterface()
192 it->second->updateInfo(info.intf); in createInterface()
239 infoIt->second.intf = info; in addInterface()
249 createInterface(infoIt->second, it->second); in addInterface()
261 nit->second.get() != iit->second) in removeInterface()
272 if (nit->second.get() == iit->second) in removeInterface()
302 it->second.addrs.insert_or_assign(info.ifaddr, info); in addAddress()
306 it->second->addAddr(info); in addAddress()
320 it->second->addrs.erase(info.ifaddr); in removeAddress()
323 it->second.addrs.erase(info.ifaddr); in removeAddress()
336 it->second.staticNeighs.insert_or_assign(*info.addr, info); in addNeighbor()
340 it->second->addStaticNeigh(info); in addNeighbor()
358 it->second.staticNeighs.erase(*info.addr); in removeNeighbor()
362 it->second->staticNeighbors.erase(*info.addr); in removeNeighbor()
375 it->second.defgw4.emplace(addr); in addDefGw()
381 it->second.defgw6.emplace(addr); in addDefGw()
392 it->second->EthernetInterfaceIntf::defaultGateway( in addDefGw()
399 it->second->EthernetInterfaceIntf::defaultGateway6( in addDefGw()
420 if (it->second.defgw4 == addr) in removeDefGw()
422 it->second.defgw4.reset(); in removeDefGw()
429 if (it->second.defgw6 == addr) in removeDefGw()
431 it->second.defgw6.reset(); in removeDefGw()
445 if (it->second->defaultGateway() == tsh(addr)) in removeDefGw()
447 it->second->EthernetInterfaceIntf::defaultGateway( in removeDefGw()
457 if (it->second->defaultGateway6() == tsh(addr)) in removeDefGw()
459 it->second->EthernetInterfaceIntf::defaultGateway6( in removeDefGw()
486 return it->second->createVLAN(id); in vlan()
504 intf.second->writeConfigurationFile(); in writeToConfigurationFile()
520 createInterface(it->second, managed); in handleAdminState()
533 bool emitlldp = intf.second->emitLLDP(); in writeLLDPDConfigurationFile()
536 lldpdConfig << "configure ports " << intf.second->interfaceName() in writeLLDPDConfigurationFile()
541 lldpdConfig << "configure ports " << intf.second->interfaceName() in writeLLDPDConfigurationFile()