| 
    ROHC compression/decompression library
    
   | 
 
Define the UDP-Lite part of the decompression profile context. More...
Data Fields | |
| uint16_t | sport | 
| uint16_t | dport | 
| rohc_tristate_t | cfp | 
| rohc_tristate_t | cfi | 
| uint16_t | cc | 
Define the UDP-Lite part of the decompression profile context.
This object must be used with the generic part of the decompression context rohc_decomp_rfc3095_ctxt.
| uint16_t d_udp_lite_context::cc | 
The Checksum Coverage (CC)
| rohc_tristate_t d_udp_lite_context::cfi | 
Whether the UDP-Lite checksum coverage field can be inferred or not
| rohc_tristate_t d_udp_lite_context::cfp | 
Whether the UDP-Lite checksum coverage field is present or not
| uint16_t d_udp_lite_context::dport | 
UDP destination port
| uint16_t d_udp_lite_context::sport | 
UDP source port
 1.8.13