Searched defs:aPrefixLength (Results 1 – 12 of 12) sorted by relevance
/openthread-3.6.0/tests/unit/ |
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()
|
D | test_routing_manager.cpp | 680 Ip6::Prefix PrefixFromString(const char *aString, uint8_t aPrefixLength) in PrefixFromString()
|
/openthread-3.6.0/src/core/net/ |
D | ip4_types.cpp | 69 void Address::ExtractFromIp6Address(uint8_t aPrefixLength, const Ip6::Address &aIp6Address) in ExtractFromIp6Address()
|
D | nd6.cpp | 143 uint8_t RouteInfoOption::OptionLengthForPrefix(uint8_t aPrefixLength) in OptionLengthForPrefix()
|
D | ip6_address.hpp | 864 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { CopyBits(mFields.m8, aPrefix, aPre… in SetPrefix()
|
D | netif.cpp | 566 void Netif::UnicastAddress::InitAsSlaacOrigin(uint8_t aPrefixLength, bool aPreferred) in InitAsSlaacOrigin()
|
D | ip6_address.cpp | 429 void Address::SetMulticastNetworkPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in SetMulticastNetworkPrefix()
|
D | nd6.hpp | 425 static uint16_t OptionSizeForPrefix(uint8_t aPrefixLength) in OptionSizeForPrefix()
|
/openthread-3.6.0/src/core/api/ |
D | nat64_api.cpp | 138 void otIp4ExtractFromIp6Address(uint8_t aPrefixLength, const otIp6Address *aIp6Address, otIp4Addres… in otIp4ExtractFromIp6Address()
|
/openthread-3.6.0/src/core/thread/ |
D | network_data.hpp | 677 PrefixTlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in FindPrefix()
|
D | network_data_tlvs.hpp | 640 void Init(uint8_t aDomainId, uint8_t aPrefixLength, const uint8_t *aPrefix) in Init() 900 static uint16_t CalculateSize(uint8_t aPrefixLength) in CalculateSize()
|
/openthread-3.6.0/src/posix/platform/ |
D | netif.cpp | 1088 static bool isRequiredAnycast(const uint8_t *aAddress, uint8_t aPrefixLength) in isRequiredAnycast()
|