Searched refs:SEQ (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | net.c | 54 #define SEQ(pdu) (sys_get_be24(&pdu[2])) macro 154 msg_cache[i].seq == (SEQ(pdu->data) & BIT_MASK(17))) { in msg_cache_match() 161 msg_cache[i].seq == (SEQ(pdu->data) & BIT_MASK(17))) { in msg_cache_match() 420 .seq = SEQ(buf->data), in bt_mesh_net_local() 612 LOG_DBG("Dropped 0x%06x", SEQ(buf->data)); in bt_mesh_net_loopback_clear() 800 rx->seq = SEQ(buf->data); in bt_mesh_net_header_parse() 845 rx->seq = SEQ(out->data); in bt_mesh_net_decode()
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.tcp | 142 SEQs 5,4,3,6 and are waiting SEQ 2, the data in segments 3,4,5,6 is 144 SEQ 2. But if we receive SEQs 5,4,3,7 then the SEQ 7 is discarded
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_config_guide.rst | 221 SEQs 5,4,3,6 and are waiting SEQ 2, the data in segments 3,4,5,6 is 223 SEQ 2. But if we receive SEQs 5,4,3,7 then the SEQ 7 is discarded
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 663 hdr.SEQ = 0x0c 668 return ( hdr.WLEN, hdr.START, hdr.END, hdr.SEQ ) 738 hdr.SEQ += lenmsg0
|