Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/6lowpan/
H A Dnhc_udp.c21 #define LOWPAN_NHC_UDP_8BIT_PORT 0xF000 macro
55 uh.dest = htons(val + LOWPAN_NHC_UDP_8BIT_PORT); in udp_uncompress()
59 uh.source = htons(val + LOWPAN_NHC_UDP_8BIT_PORT); in udp_uncompress()
134 LOWPAN_NHC_UDP_8BIT_PORT) { in udp_compress()
142 tmp = ntohs(uh->dest) - LOWPAN_NHC_UDP_8BIT_PORT; in udp_compress()
145 LOWPAN_NHC_UDP_8BIT_PORT) { in udp_compress()
151 tmp = ntohs(uh->source) - LOWPAN_NHC_UDP_8BIT_PORT; in udp_compress()