Searched refs:GetDomainId (Results 1 – 3 of 3) sorted by relevance
247 if (ExternalRouteLookup(prefixTlv->GetDomainId(), aDestination, aRloc16) == kErrorNone) in RouteLookup()323 if (prefixTlv->GetDomainId() != aDomainId) in ExternalRouteLookup()
675 uint8_t GetDomainId(void) const { return mDomainId; } in GetDomainId() function in ot::NetworkData::PrefixTlv
729 dstPrefix->Init(aPrefix.GetDomainId(), aPrefix.GetPrefixLength(), aPrefix.GetPrefix()); in AddPrefix()