Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.hpp108 void addStaticNeigh(const NeighborInfo& info);
H A Dethernet_interface.cpp137 addStaticNeigh(neigh); in EthernetInterface()
211 void EthernetInterface::addStaticNeigh(const NeighborInfo& info) in addStaticNeigh() function in phosphor::network::EthernetInterface
H A Dnetwork_manager.cpp333 it->second->addStaticNeigh(info); in addNeighbor()