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

int cfp
 Whether the UDP-Lite checksum coverage field is present or not.
int cfi
 Whether the UDP-Lite checksum coverage field can be inferred or not.
int cce_packet
 Checksum Coverage Extension.

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 d_generic_context.

See also:
d_generic_context

Field Documentation

Checksum Coverage Extension.

Possible values are:

  • 0 if not present
  • PACKET_CCE if present and ON
  • PACKET_CCE_OFF if present and OFF

Referenced by d_udp_lite_decode().

Whether the UDP-Lite checksum coverage field can be inferred or not.

Possible values are: -1 if not initialized 0 if not present 1 if present

Referenced by d_udp_lite_create().

Whether the UDP-Lite checksum coverage field is present or not.

Possible values are: -1 if not initialized 0 if not present 1 if present

Referenced by d_udp_lite_create().


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