Home
last modified time | relevance | path

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

123

/openthread-2.7.6/include/openthread/
Dlink.h104 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);
Dcommissioner.h147otExtAddress 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);
Dncp.h194 typedef void (*otNcpHandlerJoinLegacyNode)(const otExtAddress *aExtAddress);
225 void otNcpHandleLegacyNodeDidJoin(const otExtAddress *aExtAddr);
Dthread.h92 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
Dlink_raw.h284 otError otLinkRawSrcMatchAddExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress);
310 otError otLinkRawSrcMatchClearExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress);
Dmulti_radio.h89 const otExtAddress * aExtAddress,
Djoiner.h161 const otExtAddress *otJoinerGetId(otInstance *aInstance);
Dthread_ftd.h59 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address
278 void otThreadSetSteeringData(otInstance *aInstance, const otExtAddress *aExtAddress);
/openthread-2.7.6/include/openthread/platform/
Dradio.h171 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/
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;
186 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.c165 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()
Dsoft_source_match_table.h65 int16_t utilsSoftSrcMatchExtFindEntry(const otExtAddress *aExtAddress);
Dlink_metrics.h78 const otExtAddress *aExtAddress,
/openthread-2.7.6/src/lib/spinel/
Dradio_spinel.hpp187 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];
Dspinel_decoder.hpp361 otError ReadEui64(const otExtAddress *&aEui64Ptr) in ReadEui64()
406 otError ReadEui64(otExtAddress &aEui64);
/openthread-2.7.6/src/core/api/
Dlink_raw_api.cpp156 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()
Dlink_api.cpp107 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()
Dmulti_radio_api.cpp49 const otExtAddress * aExtAddress, in otMultiRadioGetNeighborInfo()
/openthread-2.7.6/src/cli/
Dcli_commissioner.hpp109 const otExtAddress * aJoinerId,
113 const otExtAddress * aJoinerId);
Dcli_commissioner.cpp101 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/
Dncp_base.hpp142 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/
Dradio.cpp191 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/
Dtest_platform.cpp211 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/
Dradio.c322 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()

123