ROHC compression/decompression library
|
Handle the static chain of the TCP compression profile. More...
Go to the source code of this file.
Functions | |
int | tcp_code_static_part (struct rohc_comp_ctxt *const context, const struct rohc_pkt_hdrs *const uncomp_pkt_hdrs, uint8_t *const rohc_pkt, const size_t rohc_pkt_max_len) |
Code the static part of an IR packet. More... | |
Handle the static chain of the TCP compression profile.
int tcp_code_static_part | ( | struct rohc_comp_ctxt *const | context, |
const struct rohc_pkt_hdrs *const | uncomp_pkt_hdrs, | ||
uint8_t *const | rohc_pkt, | ||
const size_t | rohc_pkt_max_len | ||
) |
Code the static part of an IR packet.
context | The compression context |
uncomp_pkt_hdrs | The uncompressed headers to encode |
rohc_pkt | OUT: The ROHC packet |
rohc_pkt_max_len | The maximum length of the ROHC packet |