Home
last modified time | relevance | path

Searched defs:Next (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dnd6.cpp64 const Option *Option::Iterator::Next(const Option *aOption) in Next() function in ot::Ip6::Nd::Option::Iterator
/openthread-latest/src/core/common/
Dmessage.hpp1555 Message *&Next(void) { return GetMetadata().mNext; } in Next() function in ot::Message
1556 Message *const &Next(void) const { return GetMetadata().mNext; } in Next() function in ot::Message