Descriptions of ROHC packets and extensions.  
More...
#include "rohc_packets.h"
#include <assert.h>
#include <string.h>
 
Descriptions of ROHC packets and extensions. 
- Author
 - Didier Barvaux didie.nosp@m.r@ba.nosp@m.rvaux.nosp@m..org 
 
 
◆ rohc_packet_carry_crc_7_or_8()
      
        
          | bool rohc_packet_carry_crc_7_or_8  | 
          ( | 
          const rohc_packet_t  | 
          packet_type | ) | 
           | 
        
      
 
Does packet type carry 7- or 8-bit CRC? 
- Parameters
 - 
  
    | packet_type | The type of packet  | 
  
   
- Returns
 - true if packet carries 7- or 8-bit CRC, false if it does not 
 
 
 
◆ rohc_packet_carry_static_info()
      
        
          | bool rohc_packet_carry_static_info  | 
          ( | 
          const rohc_packet_t  | 
          packet_type | ) | 
           | 
        
      
 
Does packet type carry static information? 
- Parameters
 - 
  
    | packet_type | The type of packet  | 
  
   
- Returns
 - true if packet carries static information, false if it does not 
 
 
 
◆ rohc_packet_is_ir()
Is the packet one IR, IR-DYN or IR-CR packet? 
- Parameters
 - 
  
    | packet_type | The type of packet  | 
  
   
- Returns
 - true if packet is IR, IR-DYN or IR-CR, false if it does not