Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dnd6.hpp760 const uint8_t *GetOptionStart(void) const { return (mData.GetBytes() + sizeof(Header)); } in GetOptionStart() function in ot::Ip6::Nd::RouterAdvert::RxMessage
772 … Option::Iterator begin(void) const { return Option::Iterator(GetOptionStart(), GetDataEnd()); } in begin()
/openthread-latest/src/core/coap/
Dcoap_message.cpp96 WriteBytes(0, &GetHelpData().mHeader, GetOptionStart()); in Finish()
501 …t offset = static_cast<uint32_t>(aMessage.GetHelpData().mHeaderOffset) + aMessage.GetOptionStart(); in Init()
Dcoap_message.hpp587 uint16_t GetOptionStart(void) const { return kMinHeaderLength + GetTokenLength(); } in GetOptionStart() function in ot::Coap::Message
Dcoap.cpp271 copyLength = aMessage.GetOptionStart(); in SendMessage()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp3794 sha256.Update(aRaMessage.GetOptionStart(), aRaMessage.GetOptionLength()); in CalculateHash()