/openthread-latest/include/openthread/ |
D | link.h | 80 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address 321 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address 501 const otExtAddress *otLinkGetExtendedAddress(otInstance *aInstance); 515 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 523 void otLinkGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64); 679 otError otLinkFilterAddAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 691 void otLinkFilterRemoveAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 734 otError otLinkFilterAddRssIn(otInstance *aInstance, const otExtAddress *aExtAddress, int8_t aRss); 749 void otLinkFilterRemoveRssIn(otInstance *aInstance, const otExtAddress *aExtAddress);
|
D | commissioner.h | 140 … otExtAddress mEui64; ///< Joiner EUI64 (when `mType` is `OT_JOINER_INFO_TYPE_EUI64`) 165 const otExtAddress *aJoinerId, 232 const otExtAddress *aEui64, 281 otError otCommissionerRemoveJoiner(otInstance *aInstance, const otExtAddress *aEui64);
|
D | mesh_diag.h | 93 otExtAddress mExtAddress; ///< Extended MAC address. 234 otExtAddress mExtAddress; ///< Extended Address. 338 otExtAddress mExtAddress; ///< Extended Address.
|
D | thread.h | 96 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address 136 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address 208 otExtAddress mExtAddr; ///< IEEE 802.15.4 Extended Address of the Parent 979 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address of the requester 1169 const otExtAddress *aWedAddress,
|
D | link_metrics.h | 135 const otExtAddress *aExtAddress, 268 const otExtAddress *aExtAddress,
|
D | link_raw.h | 286 otError otLinkRawSrcMatchAddExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress); 310 otError otLinkRawSrcMatchClearExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress);
|
D | multi_radio.h | 85 const otExtAddress *aExtAddress,
|
D | netdiag.h | 191 otExtAddress mExtAddress; 192 otExtAddress mEui64;
|
/openthread-latest/examples/platforms/utils/ |
D | mac_frame.h | 62 otExtAddress mExtAddress; ///< The IEEE 802.15.4 Extended Address. 133 const otExtAddress *aExtAddress); 152 const otExtAddress *aExtAddress); 194 void otMacFrameProcessTransmitAesCcm(otRadioFrame *aFrame, const otExtAddress *aExtAddress); 345 otExtAddress mExtAddress; ///< In little-endian byte order.
|
D | link_metrics.cpp | 64 …void Set(otLinkMetrics aLinkMetrics, otShortAddress aShortAddress, const otExtAddress &aExtAddress) in Set() 136 bool Matches(const otExtAddress &aExtAddress) const in Matches() 138 return memcmp(&mExtAddress, &aExtAddress, sizeof(otExtAddress)) == 0; in Matches() 146 otExtAddress mExtAddress; 182 const otExtAddress *aExtAddress, in otLinkMetricsConfigureEnhAckProbing()
|
D | soft_source_match_table.c | 162 int16_t utilsSoftSrcMatchExtFindEntry(const otExtAddress *aExtAddress) in utilsSoftSrcMatchExtFindEntry() 200 static inline void addToSrcMatchExtIndirect(uint16_t entry, const otExtAddress *aExtAddress) in addToSrcMatchExtIndirect() 219 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioAddSrcMatchExtEntry() 237 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 | 75 const otExtAddress *aExtAddress,
|
/openthread-latest/include/openthread/platform/ |
D | radio.h | 174 struct otExtAddress struct 182 typedef struct otExtAddress otExtAddress; typedef 541 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress); 1058 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress); 1080 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress); 1168 const otExtAddress *aExtAddr); 1308 const otExtAddress *aExtAddress);
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.hpp | 258 otError SetExtendedAddress(const otExtAddress &aExtAddress); 512 otError AddSrcMatchExtEntry(const otExtAddress &aExtAddress); 525 otError ClearSrcMatchExtEntry(const otExtAddress &aExtAddress); 791 const otExtAddress &aExtAddress); 1244 otExtAddress mExtendedAddress; 1250 static otExtAddress sIeeeEui64; 1286 otExtAddress mSrcMatchExtEntries[OPENTHREAD_SPINEL_CONFIG_MAX_SRC_MATCH_ENTRIES];
|
D | spinel_decoder.hpp | 335 otError ReadEui64(const otExtAddress *&aEui64Ptr) in ReadEui64() 377 otError ReadEui64(otExtAddress &aEui64);
|
/openthread-latest/src/cli/ |
D | cli_commissioner.hpp | 90 const otExtAddress *aJoinerId, 94 const otExtAddress *aJoinerId);
|
D | cli_link_metrics.hpp | 108 const otExtAddress *aExtAddress, 113 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-latest/src/core/api/ |
D | link_raw_api.cpp | 138 otError otLinkRawSrcMatchAddExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkRawSrcMatchAddExtEntry() 163 otError otLinkRawSrcMatchClearExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkRawSrcMatchClearExtEntry() 251 const otExtAddress *otLinkGetExtendedAddress(otInstance *aInstance) in otLinkGetExtendedAddress() 256 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkSetExtendedAddress() 266 void otLinkGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64) in otLinkGetFactoryAssignedIeeeEui64()
|
D | link_api.cpp | 123 const otExtAddress *otLinkGetExtendedAddress(otInstance *aInstance) in otLinkGetExtendedAddress() 128 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkSetExtendedAddress() 143 void otLinkGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64) in otLinkGetFactoryAssignedIeeeEui64() 231 otError otLinkFilterAddAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkFilterAddAddress() 236 void otLinkFilterRemoveAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkFilterRemoveAddress() 254 otError otLinkFilterAddRssIn(otInstance *aInstance, const otExtAddress *aExtAddress, int8_t aRss) in otLinkFilterAddRssIn() 259 void otLinkFilterRemoveRssIn(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkFilterRemoveRssIn()
|
D | multi_radio_api.cpp | 45 const otExtAddress *aExtAddress, in otMultiRadioGetNeighborInfo()
|
/openthread-latest/src/core/utils/ |
D | link_metrics_manager.hpp | 202 const otExtAddress *aExtAddress, 206 const otExtAddress *aExtAddress,
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.cpp | 66 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioSetExtendedAddress() 168 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioAddSrcMatchExtEntry() 198 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioClearSrcMatchExtEntry() 236 otError otPlatRadioEnableCsl(otInstance *, uint32_t, otShortAddress, const otExtAddress *) { return… in otPlatRadioEnableCsl() argument
|