| 
    ROHC compression/decompression library
    
   | 
 
ROHC private common definitions and routines. More...
#include "rohc.h"

Go to the source code of this file.
Data Structures | |
| struct | rohc_medium | 
| ROHC medium (CID characteristics)  More... | |
Macros | |
| #define | ROHC_PADDING_BYTE 0xe0 | 
| The padding field defined by the ROHC protocol.  More... | |
ROHC private common definitions and routines.
| #define ROHC_PADDING_BYTE 0xe0 | 
The padding field defined by the ROHC protocol.
See RFC 3095, ยง5.2:
   Padding Octet
     0   1   2   3   4   5   6   7
   +---+---+---+---+---+---+---+---+
   | 1   1   1   0   0   0   0   0 |
   +---+---+---+---+---+---+---+---+ 
 1.8.13