Home
last modified time | relevance | path

Searched refs:IsPrefixMatch (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Ddhcp6_server.hpp92 …bool IsPrefixMatch(const Ip6::Address &aAddress) const { return aAddress.MatchesPrefix(GetPrefix()… in IsPrefixMatch() function in ot::Dhcp6::Server::PrefixAgent
Ddhcp6_server.cpp306 if (mPrefixAgents[i].IsValid() && mPrefixAgents[i].IsPrefixMatch(option.GetAddress())) in ProcessIaAddress()