Home
last modified time | relevance | path

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

/external/openthread/tests/unit/
Dtest_ip_address.cpp197 bool CheckPrefix(const ot::Ip6::Address &aAddress, const uint8_t *aPrefix, uint8_t aPrefixLength) in CheckPrefix()
218 …faceId(const ot::Ip6::Address &aAddress1, const ot::Ip6::Address &aAddress2, uint8_t aPrefixLength) in CheckInterfaceId()
278 ot::Ip6::Prefix PrefixFrom(const char *aAddressString, uint8_t aPrefixLength) in PrefixFrom()
Dtest_routing_manager.cpp345 Ip6::Prefix PrefixFromString(const char *aString, uint8_t aPrefixLength) in PrefixFromString()
/external/openthread/src/core/net/
Dip4_types.cpp84 void Address::ExtractFromIp6Address(uint8_t aPrefixLength, const Ip6::Address &aIp6Address) in ExtractFromIp6Address()
Dnd6.cpp152 uint8_t RouteInfoOption::OptionLengthForPrefix(uint8_t aPrefixLength) in OptionLengthForPrefix()
Dip6_address.cpp383 void Address::SetPrefix(uint8_t aOffset, const uint8_t *aPrefix, uint8_t aPrefixLength) in SetPrefix()
406 void Address::SetMulticastNetworkPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in SetMulticastNetworkPrefix()
Dip6_address.hpp842 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { SetPrefix(0, aPrefix, aPrefixLengt… in SetPrefix()
Dnetif.cpp625 void Netif::UnicastAddress::InitAsSlaacOrigin(uint8_t aPrefixLength, bool aPreferred) in InitAsSlaacOrigin()
Dnd6.hpp420 static uint16_t OptionSizeForPrefix(uint8_t aPrefixLength) in OptionSizeForPrefix()
/external/openthread/src/core/thread/
Dnetwork_data.hpp681 PrefixTlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in FindPrefix()
Dnetwork_data_tlvs.hpp645 void Init(uint8_t aDomainId, uint8_t aPrefixLength, const uint8_t *aPrefix) in Init()
905 static uint16_t CalculateSize(uint8_t aPrefixLength) in CalculateSize()