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 ip_packet *const ip, 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 ip_packet *const | ip, | ||
uint8_t *const | rohc_pkt, | ||
const size_t | rohc_pkt_max_len | ||
) |
Code the static part 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 |