| 
    ROHC compression/decompression library
   
    
   
   | 
  
  
  
 
Definition of ROHC packets and extensions. More...

Go to the source code of this file.
Enumerations | |
| enum | rohc_packet_t {  PACKET_IR = 0, PACKET_IR_DYN = 1, PACKET_UO_0 = 2, PACKET_UO_1 = 3, PACKET_UO_1_ID = 4, PACKET_UO_1_TS = 5, PACKET_UO_1_RTP = 6, PACKET_UOR_2 = 7, PACKET_UOR_2_RTP = 8, PACKET_UOR_2_ID = 9, PACKET_UOR_2_TS = 10, PACKET_CCE = 11, PACKET_CCE_OFF = 12, PACKET_NORMAL = 13, PACKET_UNKNOWN = 14 }  | 
| The different types of ROHC packets.  More... | |
| enum | rohc_ext_t {  PACKET_EXT_0 = 0, PACKET_EXT_1 = 1, PACKET_EXT_2 = 2, PACKET_EXT_3 = 3, PACKET_NOEXT = 4, PACKET_EXT_UNKNOWN = 5 }  | 
| The different types of extensions for UO-1-ID and UOR-2* packets.  More... | |
Functions | |
| const char * | rohc_get_packet_descr (const rohc_packet_t packet_type) | 
| Give a description for the given type of ROHC packet.   | |
| const char * | rohc_get_ext_descr (const rohc_ext_t ext_type) | 
| Give a description for the given type of ROHC extension.   | |
Definition of ROHC packets and extensions.
| enum rohc_ext_t | 
The different types of extensions for UO-1-ID and UOR-2* packets.
If you add a new extension type, please also add the corresponding textual description in rohc_get_ext_descr.
| enum rohc_packet_t | 
The different types of ROHC packets.
If you add a new packet type, please also add the corresponding textual description in rohc_get_packet_descr.
 1.7.6.1