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

Go to the source code of this file.
Functions | |
| int | tcp_code_irreg_chain (struct rohc_comp_ctxt *const context, const struct rohc_pkt_hdrs *const uncomp_pkt_hdrs, const struct tcp_tmp_variables *const tmp, uint8_t *const rohc_pkt, const size_t rohc_pkt_max_len) |
| Code the irregular chain of one CO packet. More... | |
Handle the irregular chain of the TCP compression profile.
| int tcp_code_irreg_chain | ( | struct rohc_comp_ctxt *const | context, |
| const struct rohc_pkt_hdrs *const | uncomp_pkt_hdrs, | ||
| const struct tcp_tmp_variables *const | tmp, | ||
| uint8_t *const | rohc_pkt, | ||
| const size_t | rohc_pkt_max_len | ||
| ) |
Code the irregular chain of one CO packet.
| context | The compression context |
| uncomp_pkt_hdrs | The uncompressed headers to encode |
| tmp | The temporary state for the compressed packet |
| rohc_pkt | OUT: The ROHC packet |
| rohc_pkt_max_len | The maximum length of the ROHC packet |
1.8.14