Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/6lowpan/
H A Dnhc_udp.c22 #define LOWPAN_NHC_UDP_8BIT_MASK 0xFF00 macro
133 } else if ((ntohs(uh->dest) & LOWPAN_NHC_UDP_8BIT_MASK) == in udp_compress()
144 } else if ((ntohs(uh->source) & LOWPAN_NHC_UDP_8BIT_MASK) == in udp_compress()