Searched refs:oldRa (Results 1 – 3 of 3) sorted by relevance
151 RaParams oldRa; variable153 oldRa.prefixes_.emplace_back(ipPrefix1);154 oldRa.dnses_.emplace_back(testDns1);159 RaParams deprecateRa = routerAdvertiseDaemon.GetDeprecatedRaParams(oldRa, newRa);
228 RaParams RouterAdvertisementDaemon::GetDeprecatedRaParams(RaParams &oldRa, RaParams &newRa) in GetDeprecatedRaParams() argument232 if (oldRa.ContainsPrefix(ipp)) { in GetDeprecatedRaParams()237 if (oldRa.ContainsDns(dns)) { in GetDeprecatedRaParams()
125 RaParams GetDeprecatedRaParams(RaParams &oldRa, RaParams &newRa);