| 
    ROHC compression/decompression library
    
   | 
 
Define the UDP part of the profile decompression context. More...

Data Fields | |
| size_t | udp_checksum_change_count | 
| The number of times the checksum field was added to the compressed header.  More... | |
| struct udphdr | old_udp | 
| struct udp_tmp_vars | tmp | 
| UDP-specific temporary variables that are used during one single compression of packet.  More... | |
Define the UDP part of the profile decompression context.
This object must be used with the generic part of the decompression context rohc_comp_rfc3095_ctxt.
| struct udphdr sc_udp_context::old_udp | 
The previous UDP header
| struct udp_tmp_vars sc_udp_context::tmp | 
UDP-specific temporary variables that are used during one single compression of packet.
| size_t sc_udp_context::udp_checksum_change_count | 
The number of times the checksum field was added to the compressed header.
 1.8.13