/openthread-3.7.0/include/openthread/ |
D | link.h | 84 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address 361 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address 554 const otExtAddress *otLinkGetExtendedAddress(otInstance *aInstance); 569 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 578 void otLinkGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64); 728 otError otLinkFilterAddAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 741 void otLinkFilterRemoveAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 787 otError otLinkFilterAddRssIn(otInstance *aInstance, const otExtAddress *aExtAddress, int8_t aRss); 803 void otLinkFilterRemoveRssIn(otInstance *aInstance, const otExtAddress *aExtAddress);
|
D | commissioner.h | 148 … otExtAddress mEui64; ///< Joiner EUI64 (when `mType` is `OT_JOINER_INFO_TYPE_EUI64`) 175 const otExtAddress *aJoinerId, 247 const otExtAddress *aEui64, 299 otError otCommissionerRemoveJoiner(otInstance *aInstance, const otExtAddress *aEui64);
|
D | mesh_diag.h | 99 otExtAddress mExtAddress; ///< Extended MAC address. 250 otExtAddress mExtAddress; ///< Extended Address. 359 otExtAddress mExtAddress; ///< Extended Address.
|
D | link_metrics.h | 143 const otExtAddress *aExtAddress, 283 const otExtAddress *aExtAddress,
|
D | thread.h | 92 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address 134 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address 211 otExtAddress mExtAddr; ///< IEEE 802.15.4 Extended Address of the Parent 1011 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address of the requester
|
D | link_raw.h | 285 otError otLinkRawSrcMatchAddExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress); 311 otError otLinkRawSrcMatchClearExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress);
|
D | multi_radio.h | 89 const otExtAddress *aExtAddress,
|
D | netdiag.h | 199 otExtAddress mExtAddress; 200 otExtAddress mEui64;
|
/openthread-3.7.0/include/openthread/platform/ |
D | radio.h | 180 struct otExtAddress struct 189 typedef struct otExtAddress otExtAddress; argument 512 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 1028 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress); 1052 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress); 1147 const otExtAddress *aExtAddr); 1291 const otExtAddress *aExtAddress);
|
/openthread-3.7.0/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; 187 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 | 163 int16_t utilsSoftSrcMatchExtFindEntry(const otExtAddress *aExtAddress) in utilsSoftSrcMatchExtFindEntry() 201 static inline void addToSrcMatchExtIndirect(uint16_t entry, const otExtAddress *aExtAddress) in addToSrcMatchExtIndirect() 220 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioAddSrcMatchExtEntry() 238 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-3.7.0/src/lib/spinel/ |
D | radio_spinel.hpp | 251 otError SetExtendedAddress(const otExtAddress &aExtAddress); 524 otError AddSrcMatchExtEntry(const otExtAddress &aExtAddress); 537 otError ClearSrcMatchExtEntry(const otExtAddress &aExtAddress); 781 const otExtAddress &aExtAddress); 1222 otExtAddress mExtendedAddress; 1228 static otExtAddress sIeeeEui64; 1261 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-3.7.0/src/cli/ |
D | cli_commissioner.hpp | 93 const otExtAddress *aJoinerId, 97 const otExtAddress *aJoinerId);
|
D | cli_link_metrics.hpp | 106 const otExtAddress *aExtAddress, 111 const otExtAddress *aExtAddress,
|
D | cli_mac_filter.cpp | 89 bool MacFilter::IsDefaultRss(const otExtAddress &aExtAddress) in IsDefaultRss() 138 otExtAddress extAddr; in Process() 314 otExtAddress extAddr; in Process()
|
D | cli_commissioner.cpp | 126 otExtAddress addr; in Process() 127 const otExtAddress *addrPtr = nullptr; in Process() 595 const otExtAddress *aJoinerId, in HandleJoinerEvent() 603 const otExtAddress *aJoinerId) in HandleJoinerEvent()
|
/openthread-3.7.0/src/core/api/ |
D | link_raw_api.cpp | 141 otError otLinkRawSrcMatchAddExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkRawSrcMatchAddExtEntry() 170 otError otLinkRawSrcMatchClearExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkRawSrcMatchClearExtEntry() 262 const otExtAddress *otLinkGetExtendedAddress(otInstance *aInstance) in otLinkGetExtendedAddress() 267 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkSetExtendedAddress() 277 void otLinkGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64) in otLinkGetFactoryAssignedIeeeEui64()
|
D | link_api.cpp | 105 const otExtAddress *otLinkGetExtendedAddress(otInstance *aInstance) in otLinkGetExtendedAddress() 110 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkSetExtendedAddress() 125 void otLinkGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64) in otLinkGetFactoryAssignedIeeeEui64() 203 otError otLinkFilterAddAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkFilterAddAddress() 208 void otLinkFilterRemoveAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkFilterRemoveAddress() 226 otError otLinkFilterAddRssIn(otInstance *aInstance, const otExtAddress *aExtAddress, int8_t aRss) in otLinkFilterAddRssIn() 231 void otLinkFilterRemoveRssIn(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkFilterRemoveRssIn()
|
D | multi_radio_api.cpp | 48 const otExtAddress *aExtAddress, in otMultiRadioGetNeighborInfo()
|
/openthread-3.7.0/src/core/utils/ |
D | link_metrics_manager.hpp | 207 const otExtAddress *aExtAddress, 211 const otExtAddress *aExtAddress,
|
/openthread-3.7.0/src/posix/platform/ |
D | radio.cpp | 218 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aAddress) in otPlatRadioSetExtendedAddress() 221 otExtAddress addr; in otPlatRadioSetExtendedAddress() 377 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioAddSrcMatchExtEntry() 380 otExtAddress addr; in otPlatRadioAddSrcMatchExtEntry() 396 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioClearSrcMatchExtEntry() 399 otExtAddress addr; in otPlatRadioClearSrcMatchExtEntry() 936 const otExtAddress *aExtAddress) in otPlatRadioConfigureEnhAckProbing()
|