Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_data_tlvs.hpp585 HasRouteEntry *GetFirstEntry(void) { return reinterpret_cast<HasRouteEntry *>(GetValue()); } in GetFirstEntry() function in ot::NetworkData::HasRouteTlv
593 …const HasRouteEntry *GetFirstEntry(void) const { return reinterpret_cast<const HasRouteEntry *>(Ge… in GetFirstEntry() function in ot::NetworkData::HasRouteTlv
1159 …BorderRouterEntry *GetFirstEntry(void) { return reinterpret_cast<BorderRouterEntry *>(GetValue());… in GetFirstEntry() function in ot::NetworkData::BorderRouterTlv
1167 const BorderRouterEntry *GetFirstEntry(void) const in GetFirstEntry() function in ot::NetworkData::BorderRouterTlv