Searched defs:GetOptionStart (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/openthread/src/core/net/ | ||
H A D | nd6.hpp | 747 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 D | coap_message.hpp | 631 uint16_t GetOptionStart(void) const { return kMinHeaderLength + GetTokenLength(); } in GetOptionStart() function in ot::Coap::Message |