| ROHC compression/decompression library
   
    | 
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. | |
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.
Checksum Coverage Extension.
Possible values are:
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().
 1.7.6.1
 1.7.6.1