ROHC compression/decompression library
|
Handle the dynamic chain of the TCP compression profile. More...
Go to the source code of this file.
Functions | |
int | tcp_code_dyn_part (struct rohc_comp_ctxt *const context, const struct ip_packet *const ip, uint8_t *const rohc_pkt, const size_t rohc_pkt_max_len, size_t *const parsed_len) |
Code the dynamic part of an IR or IR-DYN packet. More... | |
Handle the dynamic chain of the TCP compression profile.
int tcp_code_dyn_part | ( | struct rohc_comp_ctxt *const | context, |
const struct ip_packet *const | ip, | ||
uint8_t *const | rohc_pkt, | ||
const size_t | rohc_pkt_max_len, | ||
size_t *const | parsed_len | ||
) |
Code the dynamic part of an IR or IR-DYN packet.
context | The compression context | |
ip | The outer IP header | |
rohc_pkt | OUT: The ROHC packet | |
rohc_pkt_max_len | The maximum length of the ROHC packet | |
[out] | parsed_len | The length of uncompressed data parsed |