Searched refs:LOWPAN_NHC_UDP_8BIT_PORT (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/6lowpan/
H A Dnhc_udp.c26 #define LOWPAN_NHC_UDP_8BIT_PORT 0xF000 macro
60 uh.dest = htons(val + LOWPAN_NHC_UDP_8BIT_PORT); udp_uncompress()
64 uh.source = htons(val + LOWPAN_NHC_UDP_8BIT_PORT); udp_uncompress()
139 LOWPAN_NHC_UDP_8BIT_PORT) { udp_compress()
147 tmp = ntohs(uh->dest) - LOWPAN_NHC_UDP_8BIT_PORT; udp_compress()
150 LOWPAN_NHC_UDP_8BIT_PORT) { udp_compress()
156 tmp = ntohs(uh->source) - LOWPAN_NHC_UDP_8BIT_PORT; udp_compress()

Completed in 124 milliseconds