Searched defs:aTlv (Results 1 – 11 of 11) sorted by relevance
| /external/openthread/src/core/common/ |
| D | tlvs.hpp | 259 template <typename TlvType> static Error FindTlv(const Message &aMessage, TlvType &aTlv) in FindTlv() 480 template <class TlvType> TlvType *As(Tlv *aTlv) in As() 495 template <class TlvType> const TlvType *As(const Tlv *aTlv) in As() 510 template <class TlvType> TlvType &As(Tlv &aTlv) in As() 525 template <class TlvType> const TlvType &As(const Tlv &aTlv) in As()
|
| D | tlvs.cpp | 62 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv) in FindTlv()
|
| /external/openthread/src/core/meshcop/ |
| D | dataset.cpp | 434 Error Dataset::SetTlv(const Tlv &aTlv) in SetTlv() 513 void Dataset::RemoveTlv(Tlv *aTlv) in RemoveTlv()
|
| D | meshcop_tlvs.cpp | 44 bool Tlv::IsValid(const Tlv &aTlv) in IsValid()
|
| D | meshcop_tlvs.hpp | 166 static Error FindTlv(const Message &aMessage, Type aType, uint16_t aMaxLength, Tlv &aTlv) in FindTlv() 186 template <typename TlvType> static Error FindTlv(const Message &aMessage, TlvType &aTlv) in FindTlv()
|
| /external/openthread/src/core/thread/ |
| D | network_data_leader_ftd.hpp | 206 void Update(const NetworkDataTlv &aTlv) in Update()
|
| D | network_data_tlvs.hpp | 76 template <class TlvType> TlvType *As(NetworkDataTlv *aTlv) in As() 91 template <class TlvType> const TlvType *As(const NetworkDataTlv *aTlv) in As() 106 template <class TlvType> TlvType &As(NetworkDataTlv &aTlv) in As() 121 template <class TlvType> const TlvType &As(const NetworkDataTlv &aTlv) in As()
|
| D | network_data.hpp | 558 void SaveTlvOffset(const NetworkDataTlv *aTlv, const uint8_t *aTlvs) in SaveTlvOffset()
|
| D | network_data.cpp | 633 void MutableNetworkData::RemoveTlv(NetworkDataTlv *aTlv) in RemoveTlv()
|
| D | mle_router.cpp | 4059 void MleRouter::FillConnectivityTlv(ConnectivityTlv &aTlv) in FillConnectivityTlv() 4191 void MleRouter::FillRouteTlv(RouteTlv &aTlv, Neighbor *aNeighbor) in FillRouteTlv()
|
| D | network_data_leader_ftd.cpp | 677 Leader::UpdateStatus Leader::UpdateTlv(NetworkDataTlv &aTlv, const NetworkDataTlv *aSubTlvs) in UpdateTlv()
|