/openthread-3.7.0/src/core/net/ |
D | netif.hpp | 222 … const UnicastAddress *GetNext(void) const { return static_cast<const UnicastAddress *>(mNext); } in GetNext() function in ot::Ip6::Netif::UnicastAddress 230 UnicastAddress *GetNext(void) { return static_cast<UnicastAddress *>(AsNonConst(mNext)); } in GetNext() function in ot::Ip6::Netif::UnicastAddress 269 …const MulticastAddress *GetNext(void) const { return static_cast<const MulticastAddress *>(mNext);… in GetNext() function in ot::Ip6::Netif::MulticastAddress 277 … MulticastAddress *GetNext(void) { return static_cast<MulticastAddress *>(AsNonConst(mNext)); } in GetNext() function in ot::Ip6::Netif::MulticastAddress 363 …ExternalMulticastAddress *GetNext(void) { return static_cast<ExternalMulticastAddress *>(AsNonCons… in GetNext() function in ot::Ip6::Netif::ExternalMulticastAddress
|
/openthread-3.7.0/src/core/utils/ |
D | srp_client_buffers.hpp | 174 … ServiceEntry *GetNext(void) { return reinterpret_cast<ServiceEntry *>(mService.mNext); } in GetNext() function in ot::Utils::SrpClientBuffers::ServiceEntry 175 …const ServiceEntry *GetNext(void) const { return reinterpret_cast<const ServiceEntry *>(mService.m… in GetNext() function in ot::Utils::SrpClientBuffers::ServiceEntry
|
D | heap.hpp | 97 uint16_t GetNext(void) const in GetNext() function in ot::Utils::Block
|
/openthread-3.7.0/src/core/common/ |
D | random.cpp | 106 uint32_t Manager::NonCryptoPrng::GetNext(void) in GetNext() function in ot::Random::Manager::NonCryptoPrng
|
D | linked_list.hpp | 78 …const Type *GetNext(void) const { return static_cast<const Type *>(static_cast<const Type *>(this)… in GetNext() function in ot::LinkedListEntry 86 Type *GetNext(void) { return static_cast<Type *>(static_cast<Type *>(this)->mNext); } in GetNext() function in ot::LinkedListEntry
|
D | tlvs.hpp | 148 …Tlv *GetNext(void) { return reinterpret_cast<Tlv *>(reinterpret_cast<uint8_t *>(this) + GetSize())… in GetNext() function in ot::Tlv 158 const Tlv *GetNext(void) const in GetNext() function in ot::Tlv
|
D | message.cpp | 262 Message *Message::GetNext(void) const in GetNext() function in ot::Message
|
/openthread-3.7.0/src/core/thread/ |
D | network_data_tlvs.hpp | 222 NetworkDataTlv *GetNext(void) in GetNext() function in ot::NetworkData::NetworkDataTlv 233 const NetworkDataTlv *GetNext(void) const in GetNext() function in ot::NetworkData::NetworkDataTlv 482 HasRouteEntry *GetNext(void) { return (this + 1); } in GetNext() function in ot::NetworkData::HasRouteEntry 490 const HasRouteEntry *GetNext(void) const { return (this + 1); } in GetNext() function in ot::NetworkData::HasRouteEntry 1047 BorderRouterEntry *GetNext(void) { return (this + 1); } in GetNext() function in ot::NetworkData::BorderRouterEntry 1055 const BorderRouterEntry *GetNext(void) const { return (this + 1); } in GetNext() function in ot::NetworkData::BorderRouterEntry
|
D | address_resolver.cpp | 1134 AddressResolver::CacheEntry *AddressResolver::CacheEntry::GetNext(void) in GetNext() function in ot::AddressResolver::CacheEntry 1139 const AddressResolver::CacheEntry *AddressResolver::CacheEntry::GetNext(void) const in GetNext() function in ot::AddressResolver::CacheEntry
|
/openthread-3.7.0/src/core/coap/ |
D | coap.hpp | 239 const ResourceBlockWise *GetNext(void) const in GetNext() function in ot::Coap::ResourceBlockWise 250 ResourceBlockWise *GetNext(void) in GetNext() function in ot::Coap::ResourceBlockWise
|
/openthread-3.7.0/src/core/backbone_router/ |
D | multicast_listeners_table.cpp | 292 Error MulticastListenersTable::GetNext(Listener::Iterator &aIterator, Listener::Info &aInfo) in GetNext() function in ot::BackboneRouter::MulticastListenersTable
|
/openthread-3.7.0/src/core/meshcop/ |
D | meshcop_tlvs.hpp | 153 Tlv *GetNext(void) { return As<Tlv>(ot::Tlv::GetNext()); } in GetNext() function in ot::MeshCoP::Tlv 161 const Tlv *GetNext(void) const { return As<Tlv>(ot::Tlv::GetNext()); } in GetNext() function in ot::MeshCoP::Tlv
|
/openthread-3.7.0/src/core/border_router/ |
D | routing_manager.hpp | 899 SharedEntry *GetNext(void) { return mNext; } in GetNext() function 900 const SharedEntry *GetNext(void) const { return mNext; } in GetNext() function
|