Home
last modified time | relevance | path

Searched refs:staticNeighbors (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp231 if (auto it = staticNeighbors.find(*info.addr); it != staticNeighbors.end()) in addStaticNeigh()
237 staticNeighbors.emplace(*info.addr, std::make_unique<Neighbor>( in addStaticNeigh()
343 auto it = staticNeighbors.find(*addr); in neighbor()
344 if (it == staticNeighbors.end()) in neighbor()
346 it = std::get<0>(staticNeighbors.emplace( in neighbor()
789 for (const auto& sneighbor : staticNeighbors) in writeConfigurationFile()
H A Dneighbor.cpp48 auto& neighbors = parent.get().staticNeighbors; in delete_()
H A Dethernet_interface.hpp95 staticNeighbors; member in phosphor::network::EthernetInterface
H A Dnetwork_manager.cpp354 it->second->staticNeighbors.erase(*info.addr); in removeNeighbor()