Home
last modified time | relevance | path

Searched refs:otShortAddress (Results 1 – 25 of 31) sorted by relevance

12

/openthread-latest/examples/platforms/utils/
Dmac_frame.h61 otShortAddress mShortAddress; ///< The IEEE 802.15.4 Short Address.
132 otShortAddress aShortAddress,
150 otShortAddress aShortAddress,
151 otShortAddress aAltShortAddress,
350 otShortAddress mShortAddress;
351 otShortAddress mAlternateShortAddress;
Dlink_metrics.cpp64 …void Set(otLinkMetrics aLinkMetrics, otShortAddress aShortAddress, const otExtAddress &aExtAddress) in Set()
134 …bool Matches(const otShortAddress &aShortAddress) const { return mShortAddress == aShortAddress; }; in Matches()
145 otShortAddress mShortAddress;
181 otError otLinkMetricsConfigureEnhAckProbing(otShortAddress aShortAddress, in otLinkMetricsConfigureEnhAckProbing()
Dlink_metrics.h74 otError otLinkMetricsConfigureEnhAckProbing(otShortAddress aShortAddress,
Dmac_frame.cpp42 otShortAddress aShortAddress, in otMacFrameDoesAddrMatch()
50 otShortAddress aShortAddress, in otMacFrameDoesAddrMatchAny()
51 otShortAddress aAltShortAddress, in otMacFrameDoesAddrMatchAny()
/openthread-latest/include/openthread/platform/
Dradio.h150 typedef uint16_t otShortAddress; typedef
549 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress);
569 void otPlatRadioSetAlternateShortAddress(otInstance *aInstance, otShortAddress aShortAddress);
1047 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, otShortAddress aShortAddress);
1069 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, otShortAddress aShortAddress);
1167 otShortAddress aShortAddr,
1307 otShortAddress aShortAddress,
/openthread-latest/src/cli/
Dcli_link_metrics.hpp107 static void HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress,
112 void HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress,
Dcli_link_metrics.cpp548 void LinkMetrics::HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIe()
556 void LinkMetrics::HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIe()
/openthread-latest/src/core/utils/
Dlink_metrics_manager.hpp201 static void HandleEnhAckIe(otShortAddress aShortAddress,
205 void HandleEnhAckIe(otShortAddress aShortAddress,
Dlink_metrics_manager.cpp238 void LinkMetricsManager::HandleEnhAckIe(otShortAddress aShortAddress, in HandleEnhAckIe()
246 void LinkMetricsManager::HandleEnhAckIe(otShortAddress aShortAddress, in HandleEnhAckIe()
/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp71 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetShortAddress()
156 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioAddSrcMatchShortEntry()
183 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioClearSrcMatchShortEntry()
236 otError otPlatRadioEnableCsl(otInstance *, uint32_t, otShortAddress, const otExtAddress *) { return… in otPlatRadioEnableCsl() argument
/openthread-latest/include/openthread/
Dlink_metrics.h134 typedef void (*otLinkMetricsEnhAckProbingIeReportCallback)(otShortAddress aShortAddress,
Dlink.h593 otShortAddress otLinkGetShortAddress(otInstance *aInstance);
602 otShortAddress otLinkGetAlternateShortAddress(otInstance *aInstance);
Dlink_raw.h136 otError otLinkRawSetAlternateShortAddress(otInstance *aInstance, otShortAddress aShortAddress);
Dthread_ftd.h100 otShortAddress mRloc16; ///< RLOC16
/openthread-latest/src/core/radio/
Dradio.hpp543 Error EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *aExtAddr);
983 inline Error Radio::EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *a… in EnableCsl()
1095 inline Error Radio::EnableCsl(uint32_t, otShortAddress aShortAddr, const otExtAddress *) in EnableCsl()
Dradio_platform.cpp186 …_WEAK void otPlatRadioSetAlternateShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetAlternateShortAddress()
/openthread-latest/examples/platforms/simulation/
Dradio.c377 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetShortAddress()
386 void otPlatRadioSetAlternateShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetAlternateShortAddress()
1107 otShortAddress aShortAddr, in otPlatRadioEnableCsl()
1193 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing()
/openthread-latest/tests/unit/
Dtest_link_metrics_manager.cpp114 otShortAddress anyShortAddress = 0x1234; in TestLinkMetricsManager()
Dtest_platform.cpp427 OT_TOOL_WEAK otError otPlatRadioEnableCsl(otInstance *, uint32_t, otShortAddress, const otExtAddres… in otPlatRadioEnableCsl() argument
465 const otShortAddress, in otPlatRadioConfigureEnhAckProbing() argument
471 OT_TOOL_WEAK otLinkMetrics otPlatRadioGetEnhAckProbingMetrics(otInstance *, const otShortAddress) in otPlatRadioGetEnhAckProbingMetrics() argument
/openthread-latest/src/core/mac/
Dsub_mac_csl_receiver.cpp110 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl()
Dmac_links.hpp474 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl()
Dsub_mac.hpp389 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *…
Dmac_types.hpp71 typedef otShortAddress ShortAddress;
/openthread-latest/src/ncp/
Dncp_base.hpp509 … static void HandleLinkMetricsEnhAckProbingIeReport_Jump(otShortAddress aShortAddress,
514 void HandleLinkMetricsEnhAckProbingIeReport(otShortAddress aShortAddress,
/openthread-latest/src/core/api/
Dlink_api.cpp180 otShortAddress otLinkGetShortAddress(otInstance *aInstance) in otLinkGetShortAddress()
185 otShortAddress otLinkGetAlternateShortAddress(otInstance *aInstance) in otLinkGetAlternateShortAddress()

12