Home
last modified time | relevance | path

Searched refs:otExtAddress (Results 1 – 25 of 66) sorted by relevance

123

/openthread-latest/include/openthread/
Dlink.h80 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);
Dcommissioner.h140otExtAddress 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);
Dmesh_diag.h93 otExtAddress mExtAddress; ///< Extended MAC address.
234 otExtAddress mExtAddress; ///< Extended Address.
338 otExtAddress mExtAddress; ///< Extended Address.
Dthread.h96 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,
Dlink_metrics.h135 const otExtAddress *aExtAddress,
268 const otExtAddress *aExtAddress,
Dlink_raw.h286 otError otLinkRawSrcMatchAddExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress);
310 otError otLinkRawSrcMatchClearExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress);
Dmulti_radio.h85 const otExtAddress *aExtAddress,
Dnetdiag.h191 otExtAddress mExtAddress;
192 otExtAddress mEui64;
/openthread-latest/examples/platforms/utils/
Dmac_frame.h62 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.
Dlink_metrics.cpp64 …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()
Dsoft_source_match_table.c162 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()
Dsoft_source_match_table.h65 int16_t utilsSoftSrcMatchExtFindEntry(const otExtAddress *aExtAddress);
Dlink_metrics.h75 const otExtAddress *aExtAddress,
/openthread-latest/include/openthread/platform/
Dradio.h174 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/
Dradio_spinel.hpp258 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];
Dspinel_decoder.hpp335 otError ReadEui64(const otExtAddress *&aEui64Ptr) in ReadEui64()
377 otError ReadEui64(otExtAddress &aEui64);
/openthread-latest/src/cli/
Dcli_commissioner.hpp90 const otExtAddress *aJoinerId,
94 const otExtAddress *aJoinerId);
Dcli_link_metrics.hpp108 const otExtAddress *aExtAddress,
113 const otExtAddress *aExtAddress,
Dcli_mac_filter.cpp89 bool MacFilter::IsDefaultRss(const otExtAddress &aExtAddress) in IsDefaultRss()
138 otExtAddress extAddr; in Process()
314 otExtAddress extAddr; in Process()
Dcli_commissioner.cpp126 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/
Dlink_raw_api.cpp138 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()
Dlink_api.cpp123 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()
Dmulti_radio_api.cpp45 const otExtAddress *aExtAddress, in otMultiRadioGetNeighborInfo()
/openthread-latest/src/core/utils/
Dlink_metrics_manager.hpp202 const otExtAddress *aExtAddress,
206 const otExtAddress *aExtAddress,
/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp66 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

123