ROHC compression/decompression library
Data Fields
d_udp_lite_context Struct Reference

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

#include <d_udp_lite.h>

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(), and udp_lite_build_uncompressed_udp().

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(), d_udp_lite_decode(), d_udp_lite_decode_ir(), udp_lite_build_uncompressed_udp(), udp_lite_decode_dynamic_udp(), and udp_lite_decode_uo_tail_udp().

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(), d_udp_lite_decode(), d_udp_lite_decode_ir(), udp_lite_build_uncompressed_udp(), udp_lite_decode_dynamic_udp(), and udp_lite_decode_uo_tail_udp().


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