Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/lorawan/services/
Dfrag_transport.c64 uint8_t frag_index: 2; member
170 if (!ctx.is_active || ctx.frag_index == index) { in frag_transport_package_callback()
193 ctx.frag_index); in frag_transport_package_callback()
252 if (!ctx.is_active || ctx.frag_index != index) { in frag_transport_package_callback()
273 if (!ctx.is_active || index != ctx.frag_index) { in frag_transport_package_callback()