Home
last modified time | relevance | path

Searched defs:aPrefixLength (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/tests/unit/
Dtest_ip_address.cpp321 bool CheckPrefix(const Ip6::Address &aAddress, const uint8_t *aPrefix, uint8_t aPrefixLength) in CheckPrefix()
342 …eckPrefixInIid(const Ip6::InterfaceIdentifier &aIid, const uint8_t *aPrefix, uint8_t aPrefixLength) in CheckPrefixInIid()
363 …eckInterfaceId(const Ip6::Address &aAddress1, const Ip6::Address &aAddress2, uint8_t aPrefixLength) in CheckInterfaceId()
439 Ip6::Prefix PrefixFrom(const char *aAddressString, uint8_t aPrefixLength) in PrefixFrom()
Dtest_routing_manager.cpp677 Ip6::Prefix PrefixFromString(const char *aString, uint8_t aPrefixLength) in PrefixFromString()
/openthread-latest/src/core/net/
Dip4_types.cpp80 void Address::ExtractFromIp6Address(uint8_t aPrefixLength, const Ip6::Address &aIp6Address) in ExtractFromIp6Address()
Dnd6.cpp143 uint8_t RouteInfoOption::OptionLengthForPrefix(uint8_t aPrefixLength) in OptionLengthForPrefix()
Dip6_address.hpp809 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { CopyBits(mFields.m8, aPrefix, aPre… in SetPrefix()
Dnetif.cpp565 void Netif::UnicastAddress::InitAsSlaacOrigin(uint8_t aPrefixLength, bool aPreferred) in InitAsSlaacOrigin()
Dip6_address.cpp432 void Address::SetMulticastNetworkPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in SetMulticastNetworkPrefix()
Dnd6.hpp411 static uint16_t OptionSizeForPrefix(uint8_t aPrefixLength) in OptionSizeForPrefix()
/openthread-latest/src/core/api/
Dnat64_api.cpp131 void otIp4ExtractFromIp6Address(uint8_t aPrefixLength, const otIp6Address *aIp6Address, otIp4Addres… in otIp4ExtractFromIp6Address()
/openthread-latest/src/core/thread/
Dnetwork_data.hpp637 PrefixTlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in FindPrefix()
Dnetwork_data_tlvs.hpp588 void Init(uint8_t aDomainId, uint8_t aPrefixLength, const uint8_t *aPrefix) in Init()
826 static uint16_t CalculateSize(uint8_t aPrefixLength) in CalculateSize()
/openthread-latest/src/posix/platform/
Dnetif.cpp1166 static bool isRequiredAnycast(const uint8_t *aAddress, uint8_t aPrefixLength) in isRequiredAnycast()