Home
last modified time | relevance | path

Searched defs:GetOptionStart (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Dnd6.hpp747 const uint8_t *GetOptionStart(void) const { return (mData.GetBytes() + sizeof(Header)); } in GetOptionStart() function in ot::Ip6::Nd::RouterAdvert::RxMessage
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_message.hpp631 uint16_t GetOptionStart(void) const { return kMinHeaderLength + GetTokenLength(); } in GetOptionStart() function in ot::Coap::Message