Home
last modified time | relevance | path

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

/linux-4.1.27/net/6lowpan/
Dnhc_udp.c49 uh.source = htons(LOWPAN_NHC_UDP_4BIT_PORT + (val >> 4)); in udp_uncompress()
50 uh.dest = htons(LOWPAN_NHC_UDP_4BIT_PORT + (val & 0x0f)); in udp_uncompress()
96 LOWPAN_NHC_UDP_4BIT_PORT) && in udp_compress()
98 LOWPAN_NHC_UDP_4BIT_PORT)) { in udp_compress()
104 tmp = ntohs(uh->dest) - LOWPAN_NHC_UDP_4BIT_PORT + in udp_compress()
105 ((ntohs(uh->source) - LOWPAN_NHC_UDP_4BIT_PORT) << 4); in udp_compress()
/linux-4.1.27/include/net/
D6lowpan.h186 #define LOWPAN_NHC_UDP_4BIT_PORT 0xF0B0 macro