Home
last modified time | relevance | path

Searched refs:short_address (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/modules/openthread/platform/
Dradio.c988 uint8_t short_address[SHORT_ADDRESS_SIZE]; in otPlatRadioAddSrcMatchShortEntry() local
991 .ack_fpb.addr = short_address, in otPlatRadioAddSrcMatchShortEntry()
995 sys_put_le16(aShortAddress, short_address); in otPlatRadioAddSrcMatchShortEntry()
1029 uint8_t short_address[SHORT_ADDRESS_SIZE]; in otPlatRadioClearSrcMatchShortEntry() local
1032 .ack_fpb.addr = short_address, in otPlatRadioClearSrcMatchShortEntry()
1036 sys_put_le16(aShortAddress, short_address); in otPlatRadioClearSrcMatchShortEntry()
/Zephyr-Core-3.5.0/subsys/net/l2/ieee802154/
Dieee802154_frame.h234 uint16_t short_address; member