Searched defs:aPrefixLength (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_ip_address.cpp | 321 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()
|
H A D | test_routing_manager.cpp | 703 Ip6::Prefix PrefixFromString(const char *aString, uint8_t aPrefixLength) in PrefixFromString()
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | ip4_types.cpp | 80 void Address::ExtractFromIp6Address(uint8_t aPrefixLength, const Ip6::Address &aIp6Address) in ExtractFromIp6Address()
|
H A D | nd6.cpp | 144 uint8_t RouteInfoOption::OptionLengthForPrefix(uint8_t aPrefixLength) in OptionLengthForPrefix()
|
H A D | ip6_address.hpp | 894 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { CopyBits(mFields.m8, aPrefix, aPre… in SetPrefix()
|
H A D | netif.cpp | 571 void Netif::UnicastAddress::InitAsSlaacOrigin(uint8_t aPrefixLength, bool aPreferred) in InitAsSlaacOrigin()
|
H A D | nd6.hpp | 426 static uint16_t OptionSizeForPrefix(uint8_t aPrefixLength) in OptionSizeForPrefix()
|
H A D | ip6_address.cpp | 443 void Address::SetMulticastNetworkPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in SetMulticastNetworkPrefix()
|
/aosp_15_r20/external/openthread/src/core/api/ |
H A D | nat64_api.cpp | 140 void otIp4ExtractFromIp6Address(uint8_t aPrefixLength, const otIp6Address *aIp6Address, otIp4Addres… in otIp4ExtractFromIp6Address()
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | network_data_tlvs.hpp | 641 void Init(uint8_t aDomainId, uint8_t aPrefixLength, const uint8_t *aPrefix) in Init() 901 static uint16_t CalculateSize(uint8_t aPrefixLength) in CalculateSize()
|
H A D | network_data.hpp | 679 PrefixTlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in FindPrefix()
|
/aosp_15_r20/external/ot-br-posix/src/common/ |
H A D | types.hpp | 407 uint8_t aPrefixLength, in Ip6AddressInfo()
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | netif.cpp | 1168 static bool isRequiredAnycast(const uint8_t *aAddress, uint8_t aPrefixLength) in isRequiredAnycast()
|