Lines Matching refs:NetworkPrefix
69 class NetworkPrefix : public otIp6NetworkPrefix, public Equatable<NetworkPrefix>, public Clearable<… class
144 … void Set(const NetworkPrefix &aNetworkPrefix) { Set(aNetworkPrefix.m8, NetworkPrefix::kLength); } in Set()
226 bool ContainsPrefix(const NetworkPrefix &aSubPrefix) const;
725 void SetToRoutingLocator(const NetworkPrefix &aNetworkPrefix, uint16_t aRloc16) in SetToRoutingLocator()
737 void SetToAnycastLocator(const NetworkPrefix &aNetworkPrefix, uint16_t aAloc16) in SetToAnycastLocator()
766 const NetworkPrefix &GetPrefix(void) const in GetPrefix()
768 return static_cast<const NetworkPrefix &>(mFields.mComponents.mNetworkPrefix); in GetPrefix()
816 void SetPrefix(const NetworkPrefix &aNetworkPrefix);
841 void SetMulticastNetworkPrefix(const NetworkPrefix &aNetworkPrefix) in SetMulticastNetworkPrefix()
843 SetMulticastNetworkPrefix(aNetworkPrefix.m8, NetworkPrefix::kLength); in SetMulticastNetworkPrefix()
964 void SetToLocator(const NetworkPrefix &aNetworkPrefix, uint16_t aLocator);
986 DefineCoreType(otIp6NetworkPrefix, Ip6::NetworkPrefix);