Searched refs:staticNeighbors (Results 1 – 4 of 4) sorted by relevance
220 if (auto it = staticNeighbors.find(*info.addr); it != staticNeighbors.end()) in addStaticNeigh()226 staticNeighbors.emplace( in addStaticNeigh()365 auto it = staticNeighbors.find(*addr); in neighbor()366 if (it == staticNeighbors.end()) in neighbor()368 it = std::get<0>(staticNeighbors.emplace( in neighbor()841 for (const auto& sneighbor : staticNeighbors) in writeConfigurationFile()
48 auto& neighbors = parent.get().staticNeighbors; in delete_()
101 staticNeighbors; member in phosphor::network::EthernetInterface
355 it->second->staticNeighbors.erase(*info.addr); in removeNeighbor()