ROHC compression/decompression library
|
ROHC decompression context for the UDP profile. More...
#include "rohc_decomp_rfc3095.h"
Go to the source code of this file.
Functions | |
int | udp_parse_static_udp (const struct rohc_decomp_ctxt *const context, const uint8_t *packet, size_t length, struct rohc_extr_bits *const bits) |
Parse the UDP static part of the ROHC packet. More... | |
ROHC decompression context for the UDP profile.
int udp_parse_static_udp | ( | const struct rohc_decomp_ctxt *const | context, |
const uint8_t * | packet, | ||
size_t | length, | ||
struct rohc_extr_bits *const | bits | ||
) |
Parse the UDP static part of the ROHC packet.
context | The decompression context |
packet | The ROHC packet to parse |
length | The length of the ROHC packet |
bits | OUT: The bits extracted from the ROHC header |