Lines Matching refs:aPrefix
137 void Set(const uint8_t *aPrefix, uint8_t aLength);
502 void ApplyPrefix(const Prefix &aPrefix);
777 void GetPrefix(uint8_t aLength, Prefix &aPrefix) const { aPrefix.Set(mFields.m8, aLength); } in GetPrefix()
787 bool MatchesPrefix(const Prefix &aPrefix) const;
798 bool MatchesPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const;
809 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { CopyBits(mFields.m8, aPrefix, aPre… in SetPrefix() argument
826 void SetPrefix(const Prefix &aPrefix);
834 void SetMulticastNetworkPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength);
851 void SetMulticastNetworkPrefix(const Prefix &aPrefix) in SetMulticastNetworkPrefix() argument
853 SetMulticastNetworkPrefix(aPrefix.GetBytes(), aPrefix.GetLength()); in SetMulticastNetworkPrefix()
916 void SynthesizeFromIp4Address(const Prefix &aPrefix, const Ip4::Address &aIp4Address);