Home
last modified time | relevance | path

Searched refs:GetPrefixBytes (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dnd6.hpp436 uint8_t *GetPrefixBytes(void) { return AsNonConst(AsConst(this)->GetPrefixBytes()); } in GetPrefixBytes() function in ot::Ip6::Nd::RouteInfoOption
437 …const uint8_t *GetPrefixBytes(void) const { return reinterpret_cast<const uint8_t *>(this) + sizeo… in GetPrefixBytes() function in ot::Ip6::Nd::RouteInfoOption
Dnd6.cpp131 memcpy(GetPrefixBytes(), aPrefix.GetBytes(), aPrefix.GetBytesSize()); in SetPrefix()
134 void RouteInfoOption::GetPrefix(Prefix &aPrefix) const { aPrefix.Set(GetPrefixBytes(), mPrefixLengt… in GetPrefix()