Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
D6lo_private.h111 #define NET_6LO_NHC_UDP_8_BIT_PORT 0xF0 macro
D6lo.c643 NET_6LO_NHC_UDP_8_BIT_PORT) { in compress_nh_udp()
658 NET_6LO_NHC_UDP_8_BIT_PORT) { in compress_nh_udp()
1286 udp->dst_port = htons(((uint16_t)NET_6LO_NHC_UDP_8_BIT_PORT << 8) | in uncompress_nh_udp()
1294 udp->src_port = htons(((uint16_t)NET_6LO_NHC_UDP_8_BIT_PORT << 8) | in uncompress_nh_udp()