#include "rohc_decomp_internals.h"
#include "d_tcp_defines.h"
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
Go to the source code of this file.
Parse the irregular chain of the ROHC packet.
- Parameters
-
| context | The decompression context |
| rohc_packet | The remaining part of the ROHC packet |
| rohc_length | The remaining length (in bytes) of ROHC packet |
| innermost_ip_id_behavior | The behavior of the innermost IP-ID |
[out] | bits | The bits extracted from the irregular chain in case of success |
[out] | parsed_len | The length (in bytes) of irregular chain in case of success |
- Returns
- true in the irregular chain was successfully parsed, false if the ROHC packet was malformed