Searched refs:LOWPAN_NHC_UDP_4BIT_PORT (Results 1 – 2 of 2) sorted by relevance
49 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()
186 #define LOWPAN_NHC_UDP_4BIT_PORT 0xF0B0 macro