|
ROHC compression/decompression library
|
Handle the replicate chain of the TCP compression profile. More...
#include "rohc_comp_internals.h"#include "rohc_buf.h"#include "c_tcp_defines.h"#include <stdint.h>#include <stdlib.h>

Go to the source code of this file.
Functions | |
| int | tcp_code_replicate_chain (struct rohc_comp_ctxt *const context, const struct rohc_pkt_hdrs *const uncomp_pkt_hdrs, struct tcp_tmp_variables *const tmp, uint8_t *const rohc_pkt, const size_t rohc_pkt_max_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 rohc_pkt_hdrs *const | uncomp_pkt_hdrs, | ||
| struct tcp_tmp_variables *const | tmp, | ||
| uint8_t *const | rohc_pkt, | ||
| const size_t | rohc_pkt_max_len | ||
| ) |
Code the replicate chain of an IR packet.
| context | The compression context | |
| uncomp_pkt_hdrs | The uncompressed headers to encode | |
| tmp | The temporary state for the compressed packet | |
| [out] | rohc_pkt | The ROHC packet being built |
| rohc_pkt_max_len | The maximum length of the ROHC packet |
1.8.14