Searched refs:staticNeighbors (Results 1 – 4 of 4) sorted by relevance
277 if (auto it = staticNeighbors.find(*info.addr); it != staticNeighbors.end()) in ip() 283 staticNeighbors.emplace( in ip() 422 auto it = staticNeighbors.find(*addr); in staticGateway() 423 if (it == staticNeighbors.end()) in staticGateway() 425 it = std::get<0>(staticNeighbors.emplace( in staticGateway() 921 for (const auto& sneighbor : staticNeighbors) in macAddress()
48 auto& neighbors = parent.get().staticNeighbors; in delete_()
101 staticNeighbors; member in phosphor::network::EthernetInterface
367 it->second->staticNeighbors.erase(*info.addr); in removeNeighbor()