Searched defs:aPrefixLength (Results  1 – 10 of 10) sorted by relevance
| /external/openthread/tests/unit/ | 
| D | test_ip_address.cpp | 197 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()
 
 | 
| D | test_routing_manager.cpp | 345 Ip6::Prefix PrefixFromString(const char *aString, uint8_t aPrefixLength)  in PrefixFromString()
 | 
| /external/openthread/src/core/net/ | 
| D | ip4_types.cpp | 84 void Address::ExtractFromIp6Address(uint8_t aPrefixLength, const Ip6::Address &aIp6Address)  in ExtractFromIp6Address()
 | 
| D | nd6.cpp | 152 uint8_t RouteInfoOption::OptionLengthForPrefix(uint8_t aPrefixLength)  in OptionLengthForPrefix()
 | 
| D | ip6_address.cpp | 383 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()
 
 | 
| D | ip6_address.hpp | 842 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { SetPrefix(0, aPrefix, aPrefixLengt…  in SetPrefix()
 | 
| D | netif.cpp | 625 void Netif::UnicastAddress::InitAsSlaacOrigin(uint8_t aPrefixLength, bool aPreferred)  in InitAsSlaacOrigin()
 | 
| D | nd6.hpp | 420     static uint16_t OptionSizeForPrefix(uint8_t aPrefixLength)  in OptionSizeForPrefix()
 | 
| /external/openthread/src/core/thread/ | 
| D | network_data.hpp | 681     PrefixTlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength)  in FindPrefix()
 | 
| D | network_data_tlvs.hpp | 645     void Init(uint8_t aDomainId, uint8_t aPrefixLength, const uint8_t *aPrefix)  in Init()905     static uint16_t CalculateSize(uint8_t aPrefixLength)  in CalculateSize()
 
 |