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

/linux-4.1.27/net/6lowpan/
H A Dnhc_udp.c40 uh.dest = htons(val + LOWPAN_NHC_UDP_8BIT_PORT); udp_uncompress()
44 uh.source = htons(val + LOWPAN_NHC_UDP_8BIT_PORT); udp_uncompress()
108 LOWPAN_NHC_UDP_8BIT_PORT) { udp_compress()
116 tmp = ntohs(uh->dest) - LOWPAN_NHC_UDP_8BIT_PORT; udp_compress()
119 LOWPAN_NHC_UDP_8BIT_PORT) { udp_compress()
125 tmp = ntohs(uh->source) - LOWPAN_NHC_UDP_8BIT_PORT; udp_compress()
/linux-4.1.27/include/net/
H A D6lowpan.h188 #define LOWPAN_NHC_UDP_8BIT_PORT 0xF000 macro

Completed in 125 milliseconds