ROHC compression/decompression library
Data Fields
d_udp_lite_context Struct Reference

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
 

Detailed Description

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.

See also
rohc_decomp_rfc3095_ctxt

Field Documentation

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


The documentation for this struct was generated from the following file: