1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/sixlowpan.h

6 lines
186 B
C
Raw Normal View History

2010-10-05 22:39:14 +02:00
/* fragmentation defines */
#define FRAG1_HDR_LEN 32 // in bit
#define FRAGN_HDR_LEN 40 // in bit
#define FRAG1_DISPATCH 0xC0 // 11000000
#define FRAGN_DISPATCH 0xE0 // 11100000