ROHC compression/decompression library
|
Functions related to ROHC add-CID. More...
Go to the source code of this file.
Functions | |
bool ROHC_EXPORT | rohc_add_cid_is_present (const uint8_t *const data) |
Check whether a ROHC packet starts with an add-CID byte or not. | |
uint8_t ROHC_EXPORT | rohc_add_cid_decode (const uint8_t *const data) |
Decode the add-CID byte of a ROHC packet (if the add-CID byte is present) |
Functions related to ROHC add-CID.
uint8_t ROHC_EXPORT rohc_add_cid_decode | ( | const uint8_t *const | data | ) |
Decode the add-CID byte of a ROHC packet (if the add-CID byte is present)
data | The ROHC packet with a possible add-CID byte |
bool ROHC_EXPORT rohc_add_cid_is_present | ( | const uint8_t *const | data | ) |
Check whether a ROHC packet starts with an add-CID byte or not.
data | The ROHC packet with a possible add-CID byte |