Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dmesh_diag.cpp189 static const uint8_t kTlvTypes[] = {ChildTlv::kType}; in QueryChildTable() local
193 SuccessOrExit(error = SendQuery(aRloc16, kTlvTypes, sizeof(kTlvTypes))); in QueryChildTable()
205 static const uint8_t kTlvTypes[] = {ChildIp6AddressListTlv::kType}; in QueryChildrenIp6Addrs() local
209 SuccessOrExit(error = SendQuery(aRloc16, kTlvTypes, sizeof(kTlvTypes))); in QueryChildrenIp6Addrs()
221 static const uint8_t kTlvTypes[] = {RouterNeighborTlv::kType}; in QueryRouterNeighborTable() local
225 SuccessOrExit(error = SendQuery(aRloc16, kTlvTypes, sizeof(kTlvTypes))); in QueryRouterNeighborTable()
/openthread-latest/src/core/meshcop/
Djoiner_router.cpp278 static const Tlv::Type kTlvTypes[] = { in PrepareJoinerEntrustMessage() local
294 for (Tlv::Type tlvType : kTlvTypes) in PrepareJoinerEntrustMessage()