Home
last modified time | relevance | path

Searched defs:GetOptionStart (Results 1 – 2 of 2) 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
/openthread-latest/src/core/coap/
Dcoap_message.hpp587 uint16_t GetOptionStart(void) const { return kMinHeaderLength + GetTokenLength(); } in GetOptionStart() function in ot::Coap::Message