/openthread-2.7.6/include/openthread/ |
D | link.h | 104 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address 381 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address 571 const otExtAddress *otLinkGetExtendedAddress(otInstance *aInstance); 586 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 595 void otLinkGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64); 745 otError otLinkFilterAddAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 758 void otLinkFilterRemoveAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 800 otError otLinkFilterAddRssIn(otInstance *aInstance, const otExtAddress *aExtAddress, int8_t aRss); 813 void otLinkFilterRemoveRssIn(otInstance *aInstance, const otExtAddress *aExtAddress);
|
D | commissioner.h | 147 … otExtAddress mEui64; ///< Joiner EUI64 (when `mType` is `OT_JOINER_INFO_TYPE_EUI64`) 176 const otExtAddress * aJoinerId, 225 const otExtAddress *aEui64, 277 otError otCommissionerRemoveJoiner(otInstance *aInstance, const otExtAddress *aEui64);
|
D | ncp.h | 194 typedef void (*otNcpHandlerJoinLegacyNode)(const otExtAddress *aExtAddress); 225 void otNcpHandleLegacyNodeDidJoin(const otExtAddress *aExtAddr);
|
D | thread.h | 92 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address 131 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address 190 otExtAddress mExtAddr; ///< IEEE 802.15.4 Extended Address of the Parent 870 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address of the requester
|
D | link_raw.h | 284 otError otLinkRawSrcMatchAddExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress); 310 otError otLinkRawSrcMatchClearExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress);
|
D | multi_radio.h | 89 const otExtAddress * aExtAddress,
|
D | joiner.h | 161 const otExtAddress *otJoinerGetId(otInstance *aInstance);
|
D | thread_ftd.h | 59 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address 278 void otThreadSetSteeringData(otInstance *aInstance, const otExtAddress *aExtAddress);
|
/openthread-2.7.6/include/openthread/platform/ |
D | radio.h | 171 struct otExtAddress struct 180 typedef struct otExtAddress otExtAddress; argument 438 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 881 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress); 905 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress); 1000 const otExtAddress *aExtAddr); 1104 const otExtAddress *aExtAddress);
|
/openthread-2.7.6/examples/platforms/utils/ |
D | link_metrics.cpp | 66 …void Set(otLinkMetrics aLinkMetrics, otShortAddress aShortAddress, const otExtAddress &aExtAddress) in Set() 141 bool Matches(const otExtAddress &aExtAddress) const in Matches() 143 return memcmp(&mExtAddress, &aExtAddress, sizeof(otExtAddress)) == 0; in Matches() 151 otExtAddress mExtAddress; 186 const otExtAddress *aExtAddress, in otLinkMetricsConfigureEnhAckProbing()
|
D | mac_frame.h | 65 otExtAddress mExtAddress; ///< The IEEE 802.15.4 Extended Address. 142 const otExtAddress *aExtAddress); 186 void otMacFrameProcessTransmitAesCcm(otRadioFrame *aFrame, const otExtAddress *aExtAddress);
|
D | soft_source_match_table.c | 165 int16_t utilsSoftSrcMatchExtFindEntry(const otExtAddress *aExtAddress) in utilsSoftSrcMatchExtFindEntry() 203 static inline void addToSrcMatchExtIndirect(uint16_t entry, const otExtAddress *aExtAddress) in addToSrcMatchExtIndirect() 222 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioAddSrcMatchExtEntry() 240 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioClearSrcMatchExtEntry()
|
D | soft_source_match_table.h | 65 int16_t utilsSoftSrcMatchExtFindEntry(const otExtAddress *aExtAddress);
|
D | link_metrics.h | 78 const otExtAddress *aExtAddress,
|
/openthread-2.7.6/src/lib/spinel/ |
D | radio_spinel.hpp | 187 otError SetExtendedAddress(const otExtAddress &aAddress); 430 otError AddSrcMatchExtEntry(const otExtAddress &aExtAddress); 443 otError ClearSrcMatchExtEntry(const otExtAddress &aExtAddress); 951 otExtAddress mExtendedAddress; 959 otExtAddress mIeeeEui64; 980 otExtAddress mSrcMatchExtEntries[OPENTHREAD_CONFIG_MLE_MAX_CHILDREN];
|
D | spinel_decoder.hpp | 361 otError ReadEui64(const otExtAddress *&aEui64Ptr) in ReadEui64() 406 otError ReadEui64(otExtAddress &aEui64);
|
/openthread-2.7.6/src/core/api/ |
D | link_raw_api.cpp | 156 otError otLinkRawSrcMatchAddExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkRawSrcMatchAddExtEntry() 183 otError otLinkRawSrcMatchClearExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkRawSrcMatchClearExtEntry() 275 const otExtAddress *otLinkGetExtendedAddress(otInstance *aInstance) in otLinkGetExtendedAddress() 280 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkSetExtendedAddress() 291 void otLinkGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64) in otLinkGetFactoryAssignedIeeeEui64()
|
D | link_api.cpp | 107 const otExtAddress *otLinkGetExtendedAddress(otInstance *aInstance) in otLinkGetExtendedAddress() 114 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkSetExtendedAddress() 130 void otLinkGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64) in otLinkGetFactoryAssignedIeeeEui64() 235 otError otLinkFilterAddAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkFilterAddAddress() 244 void otLinkFilterRemoveAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkFilterRemoveAddress() 269 otError otLinkFilterAddRssIn(otInstance *aInstance, const otExtAddress *aExtAddress, int8_t aRss) in otLinkFilterAddRssIn() 278 void otLinkFilterRemoveRssIn(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkFilterRemoveRssIn()
|
D | multi_radio_api.cpp | 49 const otExtAddress * aExtAddress, in otMultiRadioGetNeighborInfo()
|
/openthread-2.7.6/src/cli/ |
D | cli_commissioner.hpp | 109 const otExtAddress * aJoinerId, 113 const otExtAddress * aJoinerId);
|
D | cli_commissioner.cpp | 101 otExtAddress addr; in ProcessJoiner() 102 const otExtAddress *addrPtr = nullptr; in ProcessJoiner() 350 const otExtAddress * aJoinerId, in HandleJoinerEvent() 358 const otExtAddress * aJoinerId) in HandleJoinerEvent()
|
/openthread-2.7.6/src/ncp/ |
D | ncp_base.hpp | 142 void HandleLegacyNodeDidJoin(const otExtAddress *aExtAddr); 355 const otExtAddress * aExtAddress, 360 const otExtAddress * aExtAddress, 620 otExtAddress mSteeringDataAddress; 666 otExtAddress mLegacyLastJoinedNode;
|
/openthread-2.7.6/src/posix/platform/ |
D | radio.cpp | 191 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aAddress) in otPlatRadioSetExtendedAddress() 194 otExtAddress addr; in otPlatRadioSetExtendedAddress() 355 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioAddSrcMatchExtEntry() 358 otExtAddress addr; in otPlatRadioAddSrcMatchExtEntry() 374 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioClearSrcMatchExtEntry() 377 otExtAddress addr; in otPlatRadioClearSrcMatchExtEntry()
|
/openthread-2.7.6/tests/unit/ |
D | test_platform.cpp | 211 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddr) in otPlatRadioSetExtendedAddress() 326 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioAddSrcMatchExtEntry() 340 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioClearSrcMatchExtEntry() 613 const otExtAddress *aExtAddr) in otPlatRadioEnableCsl() 691 const otExtAddress * aExtAddress) in otPlatRadioConfigureEnhAckProbing()
|
/openthread-2.7.6/examples/platforms/cc2538/ |
D | radio.c | 322 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aAddress) in otPlatRadioSetExtendedAddress() 928 int8_t findSrcMatchExtEntry(const otExtAddress *aExtAddress) in findSrcMatchExtEntry() 947 for (j = 0; j < sizeof(otExtAddress); j++) in findSrcMatchExtEntry() 955 if (j == sizeof(otExtAddress)) in findSrcMatchExtEntry() 1099 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioAddSrcMatchExtEntry() 1113 for (uint8_t i = 0; i < sizeof(otExtAddress); i++) in otPlatRadioAddSrcMatchExtEntry() 1141 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioClearSrcMatchExtEntry()
|