Home
last modified time | relevance | path

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

/openbmc/linux/net/6lowpan/
H A Dnhc_udp.c20 #define LOWPAN_NHC_UDP_8BIT_PORT 0xF000 macro
54 uh.dest = htons(val + LOWPAN_NHC_UDP_8BIT_PORT); in udp_uncompress()
58 uh.source = htons(val + LOWPAN_NHC_UDP_8BIT_PORT); in udp_uncompress()
133 LOWPAN_NHC_UDP_8BIT_PORT) { in udp_compress()
141 tmp = ntohs(uh->dest) - LOWPAN_NHC_UDP_8BIT_PORT; in udp_compress()
144 LOWPAN_NHC_UDP_8BIT_PORT) { in udp_compress()
150 tmp = ntohs(uh->source) - LOWPAN_NHC_UDP_8BIT_PORT; in udp_compress()