ROHC compression/decompression library
Data Fields
sc_udp_context Struct Reference

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

#include <c_udp.h>

Collaboration diagram for sc_udp_context:
Collaboration graph
[legend]

Data Fields

int udp_checksum_change_count
 The number of times the checksum field was added to the compressed header.
struct udphdr old_udp
 The previous UDP header.
struct udp_tmp_vars tmp
 UDP-specific temporary variables that are used during one single compression of packet.

Detailed Description

Define the UDP part of the profile decompression context.

This object must be used with the generic part of the decompression context c_generic_context.

See also:
c_generic_context

Field Documentation

The previous UDP header.

Referenced by c_udp_check_context(), c_udp_create(), c_udp_encode(), and udp_changed_udp_dynamic().

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

Referenced by c_udp_create(), c_udp_encode(), and udp_decide_state().

The number of times the checksum field was added to the compressed header.

Referenced by c_udp_create(), udp_changed_udp_dynamic(), and udp_code_dynamic_udp_part().


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