Searched refs:LOWPAN_NHC_UDP_4BIT_MASK (Results 1 – 2 of 2) sorted by relevance
95 if (((ntohs(uh->source) & LOWPAN_NHC_UDP_4BIT_MASK) == in udp_compress()97 ((ntohs(uh->dest) & LOWPAN_NHC_UDP_4BIT_MASK) == in udp_compress()
187 #define LOWPAN_NHC_UDP_4BIT_MASK 0xFFF0 macro