Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio.c1112 uint8_t short_address[SHORT_ADDRESS_SIZE]; in otPlatRadioAddSrcMatchShortEntry() local
1115 .ack_fpb.addr = short_address, in otPlatRadioAddSrcMatchShortEntry()
1119 sys_put_le16(aShortAddress, short_address); in otPlatRadioAddSrcMatchShortEntry()
1153 uint8_t short_address[SHORT_ADDRESS_SIZE]; in otPlatRadioClearSrcMatchShortEntry() local
1156 .ack_fpb.addr = short_address, in otPlatRadioClearSrcMatchShortEntry()
1160 sys_put_le16(aShortAddress, short_address); in otPlatRadioClearSrcMatchShortEntry()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_frame.h234 uint16_t short_address; member