Home
last modified time | relevance | path

Searched defs:GetNext (Results 1 – 14 of 14) sorted by relevance

/openthread-latest/src/core/net/
Dnetif.hpp205 … 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/
Dsrp_client_buffers.hpp161 … 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
Dheap.hpp92 uint16_t GetNext(void) const in GetNext() function in ot::Utils::Block
/openthread-latest/src/core/common/
Drandom.cpp106 uint32_t Manager::NonCryptoPrng::GetNext(void) in GetNext() function in ot::Random::Manager::NonCryptoPrng
Dlinked_list.hpp75 …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
Dtlvs.hpp138 …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
Dmessage.cpp252 Message *Message::GetNext(void) const in GetNext() function in ot::Message
/openthread-latest/src/core/thread/
Dnetwork_data_tlvs.hpp205 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
Daddress_resolver.cpp1150 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/
Dcoap.hpp226 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/
Dmulticast_listeners_table.cpp288 Error MulticastListenersTable::GetNext(Listener::Iterator &aIterator, Listener::Info &aInfo) in GetNext() function in ot::BackboneRouter::MulticastListenersTable
/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.hpp149 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/
Drouting_manager.hpp1007 SharedEntry *GetNext(void) { return mNext; } in GetNext() function
1008 const SharedEntry *GetNext(void) const { return mNext; } in GetNext() function
Drouting_manager.cpp1079 Error RoutingManager::NetDataPeerBrTracker::GetNext(PrefixTableIterator &aIterator, PeerBrEntry &aE… in GetNext() function in ot::BorderRouter::RoutingManager::NetDataPeerBrTracker