Searched defs:DeprecatingPrefix (Results 1 – 1 of 1) sorted by relevance
138 struct DeprecatingPrefix struct142 DeprecatingPrefix(const Ip6::Prefix &aPrefix, uint32_t aLifetime) in DeprecatingPrefix() function148 bool Matches(const Ip6::Prefix &aPrefix) const { return mPrefix == aPrefix; } in Matches()150 Ip6::Prefix mPrefix; // Old on-link prefix being deprecated.151 uint32_t mLifetime; // Valid lifetime of prefix from PIO.