Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Dmessage.hpp1377 …static Message * NextOf(Message *aMessage) { return (aMessage != nullptr) ? aMessage->Next() … in NextOf() function in ot::Message
1378 …static const Message *NextOf(const Message *aMessage) { return (aMessage != nullptr) ? aMessage->N… in NextOf() function in ot::Message