Home
last modified time | relevance | path

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

/net/6lowpan/
Dnhc_udp.c24 #define LOWPAN_NHC_UDP_4BIT_PORT 0xF0B0 macro
69 uh.source = htons(LOWPAN_NHC_UDP_4BIT_PORT + (val >> 4)); in udp_uncompress()
70 uh.dest = htons(LOWPAN_NHC_UDP_4BIT_PORT + (val & 0x0f)); in udp_uncompress()
127 LOWPAN_NHC_UDP_4BIT_PORT) && in udp_compress()
129 LOWPAN_NHC_UDP_4BIT_PORT)) { in udp_compress()
135 tmp = ntohs(uh->dest) - LOWPAN_NHC_UDP_4BIT_PORT + in udp_compress()
136 ((ntohs(uh->source) - LOWPAN_NHC_UDP_4BIT_PORT) << 4); in udp_compress()