/openthread-latest/src/core/radio/ |
D | trel_packet.cpp | 94 string.Append(" panid:%04x num:%lu src:%s", GetPanId(), ToUlong(GetPacketNumber()), in ToString()
|
D | trel_packet.hpp | 144 Mac::PanId GetPanId(void) const { return BigEndian::HostSwap16(mPanId); } in GetPanId() function in ot::Trel::Header
|
D | trel_link.cpp | 337 Mac::PanId rxPanId = aPacket.GetHeader().GetPanId(); in ProcessReceivedPacket() 467 ackPacket.GetHeader().SetPanId(aRxPacket.GetHeader().GetPanId()); in SendAck()
|
/openthread-latest/src/core/mac/ |
D | link_raw.hpp | 201 PanId GetPanId(void) const { return mPanId; } in GetPanId() function in ot::Mac::LinkRaw
|
D | wakeup_tx_scheduler.cpp | 101 …VerifyOrExit(frame->GenerateWakeupFrame(Get<Mac::Mac>().GetPanId(), target, source) == kErrorNone,… in PrepareWakeupFrame()
|
D | data_poll_sender.cpp | 567 frameInfo.mPanIds.SetBothSourceDestination(Get<Mac::Mac>().GetPanId()); in PrepareDataRequest()
|
D | mac.hpp | 336 PanId GetPanId(void) const { return mPanId; } in GetPanId() function in ot::Mac::Mac
|
/openthread-latest/src/core/thread/ |
D | discover_scanner.cpp | 133 if ((aPanId == Mac::kPanIdBroadcast) && (Get<Mac::Mac>().GetPanId() == Mac::kPanIdBroadcast)) in Discover() 320 result.mPanId = aRxInfo.mMessage.GetPanId(); in HandleDiscoveryResponse()
|
D | mesh_forwarder.cpp | 176 frameInfo.mPanIds.SetBothSourceDestination(Get<Mac::Mac>().GetPanId()); in PrepareEmptyFrame() 926 frameInfo.mPanIds.SetBothSourceDestination(Get<Mac::Mac>().GetPanId()); in PrepareDataFrame() 940 frameInfo.mPanIds.SetDestination(aMessage.GetPanId()); in PrepareDataFrame()
|
D | mesh_forwarder.hpp | 89 Mac::PanId GetPanId(void) const { return mPanId; } in GetPanId() function in ot::ThreadLinkInfo
|
D | mesh_forwarder_ftd.cpp | 335 frameInfo.mPanIds.SetBothSourceDestination(Get<Mac::Mac>().GetPanId()); in SendMesh()
|
D | mle.cpp | 166 if (Get<Mac::Mac>().GetPanId() == Mac::kPanIdBroadcast) in Start() 2173 SuccessOrExit(error = Tlv::Append<PanIdTlv>(*message, Get<Mac::Mac>().GetPanId())); in SendAnnounce() 3675 …PanIdMatch = (channel == Get<Mac::Mac>().GetPanChannel()) && (panId == Get<Mac::Mac>().GetPanId()); in HandleAnnounce() 3840 mAlternatePanId = Get<Mac::Mac>().GetPanId(); in ProcessAnnounce()
|
D | mle_router.cpp | 2797 responseInfo.mPanId = aRxInfo.mMessage.GetPanId(); in HandleDiscoveryRequest()
|
/openthread-latest/src/core/meshcop/ |
D | dataset_manager_ftd.cpp | 95 if ((dataset.Read<PanIdTlv>(panId) == kErrorNone) && (panId != Get<Mac::Mac>().GetPanId())) in ProcessSetOrReplaceRequest() 329 IgnoreError(dataset.Write<PanIdTlv>(Get<Mac::Mac>().GetPanId())); in GenerateLocal()
|
D | joiner.cpp | 162 …rExit(error = Get<Mle::DiscoverScanner>().Discover(Mac::ChannelMask(0), Get<Mac::Mac>().GetPanId(), in Start() 521 datasetInfo.Set<Dataset::kPanId>(Get<Mac::Mac>().GetPanId()); in HandleTmf()
|
/openthread-latest/tests/nexus/ |
D | test_border_agent.cpp | 62 node1.Get<Mac::Mac>().SetPanId(node0.Get<Mac::Mac>().GetPanId()); in TestBorderAgent() 211 node1.Get<Mac::Mac>().SetPanId(node0.Get<Mac::Mac>().GetPanId()); in TestBorderAgentEphemeralKey()
|
/openthread-latest/src/core/api/ |
D | link_raw_api.cpp | 244 …inkGetPanId(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::LinkRaw>().GetPanId(); } in otLinkGetPanId()
|
D | link_api.cpp | 148 … otLinkGetPanId(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::Mac>().GetPanId(); } in otLinkGetPanId()
|
/openthread-latest/src/core/common/ |
D | message.cpp | 786 messageCopy->SetPanId(GetPanId()); in Clone() 807 aLinkInfo.mPanId = GetPanId(); in GetLinkInfo()
|
D | message.hpp | 1103 uint16_t GetPanId(void) const { return GetMetadata().mPanId; } in GetPanId() function in ot::Message
|