Home
last modified time | relevance | path

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

/Zephyr-latest/samples/arch/smp/pktqueue/src/
Dmain.c19 #define SIZE_OF_HEADER 24 macro
49 uint8_t headers[QUEUE_NUM][SIZE_OF_QUEUE][SIZE_OF_HEADER];
65 for (int j = 0; j < SIZE_OF_HEADER; j++) { in init_datagram_queue()
77 descriptors[queue_num][i].ptr, SIZE_OF_HEADER); in init_datagram_queue()
108 crc = crc16(POLYNOMIAL, 0x0000, qin_ptr->ptr, SIZE_OF_HEADER); in test_thread()
165 printk("Bytes in packet header: %d\n\n", SIZE_OF_HEADER); in main()
/Zephyr-latest/samples/arch/smp/pktqueue/
DREADME.rst18 defined in SIZE_OF_HEADER and calculated crc16 header checksum
58 size of header in bytes (``SIZE_OF_HEADER``).