Home
last modified time | relevance | path

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

/linux-4.1.27/net/6lowpan/
Dnhc_udp.c107 } else if ((ntohs(uh->dest) & LOWPAN_NHC_UDP_8BIT_MASK) == in udp_compress()
118 } else if ((ntohs(uh->source) & LOWPAN_NHC_UDP_8BIT_MASK) == in udp_compress()
/linux-4.1.27/include/net/
D6lowpan.h189 #define LOWPAN_NHC_UDP_8BIT_MASK 0xFF00 macro