|
ROHC compression/decompression library
|
Handle the dynamic 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_dyn_part (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 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 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 dynamic part of an IR or IR-DYN packet.
| context | The compression context |
| uncomp_pkt_hdrs | The uncompressed headers to encode |
| tmp | The temporary state for compressed packet |
| rohc_pkt | OUT: The ROHC packet |
| rohc_pkt_max_len | The maximum length of the ROHC packet |
1.8.14