| 
    ROHC compression/decompression library
    
   | 
 
Functions related to ROHC add-CID. More...
#include <stddef.h>#include <stdint.h>

Go to the source code of this file.
Functions | |
| uint8_t | rohc_add_cid_decode (const uint8_t *const data, const size_t len) | 
| Decode the add-CID byte of a ROHC packet (if the add-CID byte is present)  More... | |
Functions related to ROHC add-CID.
| uint8_t rohc_add_cid_decode | ( | const uint8_t *const | data, | 
| const size_t | len | ||
| ) | 
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 | 
| len | The length of the ROHC packet | 
 1.8.14