Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/net/
Dnd6.hpp678 Option::Iterator begin(void) const { return Option::Iterator(GetOptionStart(), GetDataEnd()); } in begin()
682 const uint8_t *GetOptionStart(void) const { return (mData.GetBytes() + sizeof(Header)); } in GetOptionStart() function in ot::Ip6::Nd::RouterAdvertMessage
/openthread-3.5.0/src/core/coap/
Dcoap_message.cpp103 WriteBytes(0, &GetHelpData().mHeader, GetOptionStart()); in Finish()
460 …t offset = static_cast<uint32_t>(aMessage.GetHelpData().mHeaderOffset) + aMessage.GetOptionStart(); in Init()
Dcoap_message.hpp604 uint16_t GetOptionStart(void) const { return kMinHeaderLength + GetTokenLength(); } in GetOptionStart() function in ot::Coap::Message
Dcoap.cpp280 copyLength = aMessage.GetOptionStart(); in SendMessage()