Home
last modified time | relevance | path

Searched refs:addAddr (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.hpp107 void addAddr(const AddressInfo& info);
H A Dethernet_interface.cpp133 addAddr(addr); in EthernetInterface()
167 void EthernetInterface::addAddr(const AddressInfo& info) in addAddr() function in phosphor::network::EthernetInterface
H A Dnetwork_manager.cpp299 it->second->addAddr(info); in addAddress()