Home
last modified time | relevance | path

Searched refs:GetDataEnd (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/net/
Dnd6.hpp772 … Option::Iterator begin(void) const { return Option::Iterator(GetOptionStart(), GetDataEnd()); } in begin()
776 const uint8_t *GetDataEnd(void) const { return mData.GetBytes() + mData.GetLength(); } in GetDataEnd() function in ot::Ip6::Nd::RouterAdvert::RxMessage