rohc_add_cid.h File Reference

Functions related to ROHC add-CID. More...

#include <stddef.h>
#include <stdint.h>
Include dependency graph for rohc_add_cid.h:
This graph shows which files directly or indirectly include this file:

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).

Detailed Description

Functions related to ROHC add-CID.

Author:
Didier Barvaux <didier.barvaux@toulouse.viveris.com>
Didier Barvaux <didier@barvaux.org>

Function Documentation

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).

Parameters:
data The ROHC packet with a possible add-CID byte
len The length of the ROHC packet
Returns:
UINT8_MAX if no add-CID byte is present, the CID value otherwise

Generated on 4 Jul 2018 for ROHC compression/decompression library by  doxygen 1.6.1