Home
last modified time | relevance | path

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

123

/openthread-3.7.0/include/openthread/
Dlink.h84 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);
Dcommissioner.h148otExtAddress 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);
Dmesh_diag.h99 otExtAddress mExtAddress; ///< Extended MAC address.
250 otExtAddress mExtAddress; ///< Extended Address.
359 otExtAddress mExtAddress; ///< Extended Address.
Dlink_metrics.h143 const otExtAddress *aExtAddress,
283 const otExtAddress *aExtAddress,
Dthread.h92 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
Dlink_raw.h285 otError otLinkRawSrcMatchAddExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress);
311 otError otLinkRawSrcMatchClearExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress);
Dmulti_radio.h89 const otExtAddress *aExtAddress,
Dnetdiag.h199 otExtAddress mExtAddress;
200 otExtAddress mEui64;
/openthread-3.7.0/include/openthread/platform/
Dradio.h180 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/
Dlink_metrics.cpp66 …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()
Dmac_frame.h65 otExtAddress mExtAddress; ///< The IEEE 802.15.4 Extended Address.
142 const otExtAddress *aExtAddress);
186 void otMacFrameProcessTransmitAesCcm(otRadioFrame *aFrame, const otExtAddress *aExtAddress);
Dsoft_source_match_table.c163 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()
Dsoft_source_match_table.h65 int16_t utilsSoftSrcMatchExtFindEntry(const otExtAddress *aExtAddress);
Dlink_metrics.h78 const otExtAddress *aExtAddress,
/openthread-3.7.0/src/lib/spinel/
Dradio_spinel.hpp251 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];
Dspinel_decoder.hpp361 otError ReadEui64(const otExtAddress *&aEui64Ptr) in ReadEui64()
406 otError ReadEui64(otExtAddress &aEui64);
/openthread-3.7.0/src/cli/
Dcli_commissioner.hpp93 const otExtAddress *aJoinerId,
97 const otExtAddress *aJoinerId);
Dcli_link_metrics.hpp106 const otExtAddress *aExtAddress,
111 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-3.7.0/src/core/api/
Dlink_raw_api.cpp141 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()
Dlink_api.cpp105 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()
Dmulti_radio_api.cpp48 const otExtAddress *aExtAddress, in otMultiRadioGetNeighborInfo()
/openthread-3.7.0/src/core/utils/
Dlink_metrics_manager.hpp207 const otExtAddress *aExtAddress,
211 const otExtAddress *aExtAddress,
/openthread-3.7.0/src/posix/platform/
Dradio.cpp218 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()

123