ROHC compression/decompression library
Data Fields
rohc_fingerprint_ip Struct Reference

The unique fingerprint of one IP header. More...

#include <rohc_fingerprint.h>

Collaboration diagram for rohc_fingerprint_ip:
Collaboration graph
[legend]

Data Fields

uint32_t version:4
 
uint32_t next_proto:8
 
uint32_t flow_label:20
 
struct ipv6_addr saddr
 
struct ipv6_addr daddr
 

Detailed Description

The unique fingerprint of one IP header.

Field Documentation

◆ daddr

struct ipv6_addr rohc_fingerprint_ip::daddr

◆ flow_label

uint32_t rohc_fingerprint_ip::flow_label

◆ next_proto

uint32_t rohc_fingerprint_ip::next_proto

◆ saddr

struct ipv6_addr rohc_fingerprint_ip::saddr

◆ version

uint32_t rohc_fingerprint_ip::version

The documentation for this struct was generated from the following file: