ROHC compression/decompression library
Data Fields
rohc_rfc5225_ip_bits Struct Reference
Collaboration diagram for rohc_rfc5225_ip_bits:
Collaboration graph
[legend]

Data Fields

uint8_t version:4
 
uint8_t tos_tc_bits
 
size_t tos_tc_bits_nr
 
uint8_t id_behavior:2
 
size_t id_behavior_nr
 
struct rohc_lsb_field16 id
 
uint8_t df:1
 
size_t df_nr
 
uint8_t ttl_hl
 
size_t ttl_hl_nr
 
uint8_t proto
 
size_t proto_nr
 
uint32_t flowid:20
 
size_t flowid_nr
 
uint8_t saddr [16]
 
size_t saddr_nr
 
uint8_t daddr [16]
 
size_t daddr_nr
 

Detailed Description

The outer or inner IP bits extracted from ROHC headers

Field Documentation

◆ daddr

uint8_t rohc_rfc5225_ip_bits::daddr

The destination address bits found in static chain

◆ daddr_nr

size_t rohc_rfc5225_ip_bits::daddr_nr

The number of source address bits

◆ df

uint8_t rohc_rfc5225_ip_bits::df

The DF bits found in dynamic chain of IR/IR-DYN header or in extension header

◆ df_nr

size_t rohc_rfc5225_ip_bits::df_nr

The number of DF bits found

◆ flowid

uint32_t rohc_rfc5225_ip_bits::flowid

The IPv6 flow ID bits found in static chain

◆ flowid_nr

size_t rohc_rfc5225_ip_bits::flowid_nr

The number of flow label bits

◆ id

struct rohc_lsb_field16 rohc_rfc5225_ip_bits::id

The IP-ID bits

◆ id_behavior

uint8_t rohc_rfc5225_ip_bits::id_behavior

The IP-ID behavior bits

◆ id_behavior_nr

size_t rohc_rfc5225_ip_bits::id_behavior_nr

The number of IP-ID behavior bits

◆ proto

uint8_t rohc_rfc5225_ip_bits::proto

The protocol/next header bits found static chain of IR header or in extension header

◆ proto_nr

size_t rohc_rfc5225_ip_bits::proto_nr

The number of protocol/next header bits

◆ saddr

uint8_t rohc_rfc5225_ip_bits::saddr

The source address bits found in static chain

◆ saddr_nr

size_t rohc_rfc5225_ip_bits::saddr_nr

The number of source address bits

◆ tos_tc_bits

uint8_t rohc_rfc5225_ip_bits::tos_tc_bits

The IP TOS/TC bits

◆ tos_tc_bits_nr

size_t rohc_rfc5225_ip_bits::tos_tc_bits_nr

The number of IP TOS/TC bits

◆ ttl_hl

uint8_t rohc_rfc5225_ip_bits::ttl_hl

The IP TTL/HL bits

◆ ttl_hl_nr

size_t rohc_rfc5225_ip_bits::ttl_hl_nr

The number of IP TTL/HL bits

◆ version

uint8_t rohc_rfc5225_ip_bits::version

The version bits found in static chain of IR header


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