ROHC compression/decompression library
|
Define the UDP-Lite part of the profile compression context. More...
Data Fields | |
int | cfp |
Whether the Coverage Field is Present or not. More... | |
int | cfi |
Whether the Coverage Field is Inferred or not. More... | |
uint8_t | FK |
The F and K bits in the CCE packet (see appendix B in the RFC 4019) More... | |
size_t | coverage_equal_count |
The number of times the checksum coverage field did not change. More... | |
size_t | coverage_inferred_count |
The number of times the checksum coverage field may be inferred. More... | |
int | tmp_coverage |
Temporary variables related to the checksum coverage field. More... | |
size_t | sent_cce_only_count |
The number of CCE() packets sent by the compressor. More... | |
size_t | sent_cce_on_count |
The number of CCE(ON) packets sent by the compressor. More... | |
size_t | sent_cce_off_count |
The number of CCE(OFF) packets sent by the compressor. More... | |
struct udphdr | old_udp_lite |
The previous UDP-Lite header. More... | |
struct udp_lite_tmp_vars | tmp |
UDP-Lite-specific temporary variables that are used during one single compression of packet. More... | |
Define the UDP-Lite part of the profile compression context.
This object must be used with the generic part of the compression context rohc_comp_rfc3095_ctxt.
int sc_udp_lite_context::cfi |
Whether the Coverage Field is Inferred or not.
int sc_udp_lite_context::cfp |
Whether the Coverage Field is Present or not.
size_t sc_udp_lite_context::coverage_equal_count |
The number of times the checksum coverage field did not change.
size_t sc_udp_lite_context::coverage_inferred_count |
The number of times the checksum coverage field may be inferred.
uint8_t sc_udp_lite_context::FK |
The F and K bits in the CCE packet (see appendix B in the RFC 4019)
struct udphdr sc_udp_lite_context::old_udp_lite |
The previous UDP-Lite header.
size_t sc_udp_lite_context::sent_cce_off_count |
The number of CCE(OFF) packets sent by the compressor.
size_t sc_udp_lite_context::sent_cce_on_count |
The number of CCE(ON) packets sent by the compressor.
size_t sc_udp_lite_context::sent_cce_only_count |
The number of CCE() packets sent by the compressor.
struct udp_lite_tmp_vars sc_udp_lite_context::tmp |
UDP-Lite-specific temporary variables that are used during one single compression of packet.
int sc_udp_lite_context::tmp_coverage |
Temporary variables related to the checksum coverage field.