Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
D6lo_private.h65 #define NET_6LO_IPHC_SAM_POS 4 macro
66 #define NET_6LO_IPHC_SAM_MASK (0x03 << NET_6LO_IPHC_SAM_POS)
67 #define NET_6LO_IPHC_SAM_00 (0x00 << NET_6LO_IPHC_SAM_POS)
68 #define NET_6LO_IPHC_SAM_01 (0x01 << NET_6LO_IPHC_SAM_POS)
69 #define NET_6LO_IPHC_SAM_10 (0x02 << NET_6LO_IPHC_SAM_POS)
70 #define NET_6LO_IPHC_SAM_11 (0x03 << NET_6LO_IPHC_SAM_POS)
D6lo.c108 NET_6LO_IPHC_SAM_POS]; in get_ihpc_inlined_size()