Searched refs:GetOptionStart (Results 1 – 4 of 4) sorted by relevance
678 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
103 WriteBytes(0, &GetHelpData().mHeader, GetOptionStart()); in Finish()460 …t offset = static_cast<uint32_t>(aMessage.GetHelpData().mHeaderOffset) + aMessage.GetOptionStart(); in Init()
604 uint16_t GetOptionStart(void) const { return kMinHeaderLength + GetTokenLength(); } in GetOptionStart() function in ot::Coap::Message
280 copyLength = aMessage.GetOptionStart(); in SendMessage()