/openthread-latest/src/core/net/ |
D | netif.hpp | 205 … const UnicastAddress *GetNext(void) const { return static_cast<const UnicastAddress *>(mNext); } in GetNext() function in ot::Ip6::Netif::UnicastAddress 212 UnicastAddress *GetNext(void) { return static_cast<UnicastAddress *>(AsNonConst(mNext)); } in GetNext() function in ot::Ip6::Netif::UnicastAddress 247 …const MulticastAddress *GetNext(void) const { return static_cast<const MulticastAddress *>(mNext);… in GetNext() function in ot::Ip6::Netif::MulticastAddress 254 … MulticastAddress *GetNext(void) { return static_cast<MulticastAddress *>(AsNonConst(mNext)); } in GetNext() function in ot::Ip6::Netif::MulticastAddress 336 …ExternalMulticastAddress *GetNext(void) { return static_cast<ExternalMulticastAddress *>(AsNonCons… in GetNext() function in ot::Ip6::Netif::ExternalMulticastAddress
|
/openthread-latest/src/core/utils/ |
D | srp_client_buffers.hpp | 161 … ServiceEntry *GetNext(void) { return reinterpret_cast<ServiceEntry *>(mService.mNext); } in GetNext() function in ot::Utils::SrpClientBuffers::ServiceEntry 162 …const ServiceEntry *GetNext(void) const { return reinterpret_cast<const ServiceEntry *>(mService.m… in GetNext() function in ot::Utils::SrpClientBuffers::ServiceEntry
|
D | heap.hpp | 92 uint16_t GetNext(void) const in GetNext() function in ot::Utils::Block
|
/openthread-latest/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 | 75 …const Type *GetNext(void) const { return static_cast<const Type *>(static_cast<const Type *>(this)… in GetNext() function in ot::LinkedListEntry 82 Type *GetNext(void) { return static_cast<Type *>(static_cast<Type *>(this)->mNext); } in GetNext() function in ot::LinkedListEntry
|
D | tlvs.hpp | 138 …Tlv *GetNext(void) { return reinterpret_cast<Tlv *>(reinterpret_cast<uint8_t *>(this) + GetSize())… in GetNext() function in ot::Tlv 147 const Tlv *GetNext(void) const in GetNext() function in ot::Tlv
|
D | message.cpp | 252 Message *Message::GetNext(void) const in GetNext() function in ot::Message
|
/openthread-latest/src/core/thread/ |
D | network_data_tlvs.hpp | 205 NetworkDataTlv *GetNext(void) in GetNext() function in ot::NetworkData::NetworkDataTlv 215 const NetworkDataTlv *GetNext(void) const in GetNext() function in ot::NetworkData::NetworkDataTlv 444 HasRouteEntry *GetNext(void) { return (this + 1); } in GetNext() function in ot::NetworkData::HasRouteEntry 451 const HasRouteEntry *GetNext(void) const { return (this + 1); } in GetNext() function in ot::NetworkData::HasRouteEntry 958 BorderRouterEntry *GetNext(void) { return (this + 1); } in GetNext() function in ot::NetworkData::BorderRouterEntry 965 const BorderRouterEntry *GetNext(void) const { return (this + 1); } in GetNext() function in ot::NetworkData::BorderRouterEntry
|
D | address_resolver.cpp | 1150 AddressResolver::CacheEntry *AddressResolver::CacheEntry::GetNext(void) in GetNext() function in ot::AddressResolver::CacheEntry 1155 const AddressResolver::CacheEntry *AddressResolver::CacheEntry::GetNext(void) const in GetNext() function in ot::AddressResolver::CacheEntry
|
/openthread-latest/src/core/coap/ |
D | coap.hpp | 226 const ResourceBlockWise *GetNext(void) const in GetNext() function in ot::Coap::ResourceBlockWise 236 ResourceBlockWise *GetNext(void) in GetNext() function in ot::Coap::ResourceBlockWise
|
/openthread-latest/src/core/backbone_router/ |
D | multicast_listeners_table.cpp | 288 Error MulticastListenersTable::GetNext(Listener::Iterator &aIterator, Listener::Info &aInfo) in GetNext() function in ot::BackboneRouter::MulticastListenersTable
|
/openthread-latest/src/core/meshcop/ |
D | meshcop_tlvs.hpp | 149 Tlv *GetNext(void) { return As<Tlv>(ot::Tlv::GetNext()); } in GetNext() function in ot::MeshCoP::Tlv 156 const Tlv *GetNext(void) const { return As<Tlv>(ot::Tlv::GetNext()); } in GetNext() function in ot::MeshCoP::Tlv
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.hpp | 1007 SharedEntry *GetNext(void) { return mNext; } in GetNext() function 1008 const SharedEntry *GetNext(void) const { return mNext; } in GetNext() function
|
D | routing_manager.cpp | 1079 Error RoutingManager::NetDataPeerBrTracker::GetNext(PrefixTableIterator &aIterator, PeerBrEntry &aE… in GetNext() function in ot::BorderRouter::RoutingManager::NetDataPeerBrTracker
|