Home
last modified time | relevance | path

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

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