Searched refs:ExtMacAddressTlv (Results 1 – 3 of 3) sorted by relevance
71 tlvs[tlvsLength++] = ExtMacAddressTlv::kType; in DiscoverTopology()485 SuccessOrExit(error = Tlv::Find<ExtMacAddressTlv>(aMessage, AsCoreType(&mExtAddress))); in ParseFrom()
144 typedef SimpleTlvInfo<Tlv::kExtMacAddress, Mac::ExtAddress> ExtMacAddressTlv; typedef
250 error = Tlv::Append<ExtMacAddressTlv>(aMessage, Get<Mac::Mac>().GetExtAddress()); in AppendDiagTlv()1052 … Tlv::Read<ExtMacAddressTlv>(aMessage, offset, AsCoreType(&aTlvInfo.mData.mExtAddress))); in GetNextDiagTlv()