sc_udp_lite_context Struct Reference

Define the UDP-Lite part of the profile compression context. More...

Collaboration diagram for sc_udp_lite_context:
Collaboration graph
[legend]

Data Fields

int cfp
 Whether the Coverage Field is Present or not.
int cfi
 Whether the Coverage Field is Inferred or not.
uint8_t FK
 The F and K bits in the CCE packet (see appendix B in the RFC 4019).
size_t coverage_equal_count
 The number of times the checksum coverage field did not change.
size_t coverage_inferred_count
 The number of times the checksum coverage field may be inferred.
int tmp_coverage
 Temporary variables related to the checksum coverage field.
size_t sent_cce_only_count
 The number of CCE() packets sent by the compressor.
size_t sent_cce_on_count
 The number of CCE(ON) packets sent by the compressor.
size_t sent_cce_off_count
 The number of CCE(OFF) packets sent by the compressor.
struct udphdr old_udp_lite
 The previous UDP-Lite header.
struct udp_lite_tmp_vars tmp
 UDP-Lite-specific temporary variables that are used during one single compression of packet.

Detailed Description

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.

See also:
rohc_comp_rfc3095_ctxt

Field Documentation

Whether the Coverage Field is Inferred or not.

Whether the Coverage Field is Present or not.

The number of times the checksum coverage field did not change.

The number of times the checksum coverage field may be inferred.

The F and K bits in the CCE packet (see appendix B in the RFC 4019).

The previous UDP-Lite header.

The number of CCE(OFF) packets sent by the compressor.

The number of CCE(ON) packets sent by the compressor.

The number of CCE() packets sent by the compressor.

UDP-Lite-specific temporary variables that are used during one single compression of packet.

Temporary variables related to the checksum coverage field.


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

Generated on 4 Jul 2018 for ROHC compression/decompression library by  doxygen 1.6.1