| 
    ROHC compression/decompression library
    
   | 
 
The unique fingerprint of one compression context or uncompressed packet. More...
#include <rohc_fingerprint.h>

Data Fields | |
| struct rohc_fingerprint_base | base | 
| union { | |
| struct { | |
| uint16_t src_port | |
| uint16_t dst_port | |
| } | |
| uint32_t esp_spi | |
| }; | |
| uint32_t | rtp_ssrc | 
The unique fingerprint of one compression context or uncompressed packet.
| union { ... } | 
| struct rohc_fingerprint_base rohc_fingerprint::base | 
| uint16_t rohc_fingerprint::dst_port | 
| uint32_t rohc_fingerprint::esp_spi | 
| uint32_t rohc_fingerprint::rtp_ssrc | 
| uint16_t rohc_fingerprint::src_port | 
 1.8.14