Searched refs:LOWPAN_NHC_UDP_4BIT_PORT (Results 1 – 1 of 1) sorted by relevance
19 #define LOWPAN_NHC_UDP_4BIT_PORT 0xF0B0 macro64 uh.source = htons(LOWPAN_NHC_UDP_4BIT_PORT + (val >> 4)); in udp_uncompress()65 uh.dest = htons(LOWPAN_NHC_UDP_4BIT_PORT + (val & 0x0f)); in udp_uncompress()122 LOWPAN_NHC_UDP_4BIT_PORT) && in udp_compress()124 LOWPAN_NHC_UDP_4BIT_PORT)) { in udp_compress()130 tmp = ntohs(uh->dest) - LOWPAN_NHC_UDP_4BIT_PORT + in udp_compress()131 ((ntohs(uh->source) - LOWPAN_NHC_UDP_4BIT_PORT) << 4); in udp_compress()