Searched refs:LOWPAN_DISPATCH_FRAG1 (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/ieee802154/6lowpan/
H A D6lowpan_i.h17 #define LOWPAN_DISPATCH_FRAG1 0xc0 macro
H A Dtx.c170 frag_hdr[0] = LOWPAN_DISPATCH_FRAG1 | ((dgram_size >> 8) & 0x07);
192 frag_hdr[0] &= ~LOWPAN_DISPATCH_FRAG1;
H A Dreassembly.c134 if (frag_type == LOWPAN_DISPATCH_FRAG1)
292 if (frag_type == LOWPAN_DISPATCH_FRAG1) {
H A Drx.c56 return (dispatch & LOWPAN_DISPATCH_FRAG_MASK) == LOWPAN_DISPATCH_FRAG1;

Completed in 217 milliseconds