|
ROHC compression/decompression library
|
Handle the replicate chain of the TCP compression profile. More...


Go to the source code of this file.
Functions | |
| int | tcp_code_replicate_chain (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 replicate chain of an IR packet. More... | |
Handle the replicate chain of the TCP compression profile.
| int tcp_code_replicate_chain | ( | 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 replicate chain of an IR 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 |
1.8.13