Home
last modified time | relevance | path

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

/openbmc/linux/net/6lowpan/
H A Dnhc_udp.c19 #define LOWPAN_NHC_UDP_4BIT_MASK 0xFFF0 macro
120 if (((ntohs(uh->source) & LOWPAN_NHC_UDP_4BIT_MASK) == in udp_compress()
122 ((ntohs(uh->dest) & LOWPAN_NHC_UDP_4BIT_MASK) == in udp_compress()