ROHC compression/decompression library
Data Fields
rohc_rfc5225_decoded_ip Struct Reference

Data Fields

uint8_t version:4
 
uint8_t tos_tc
 
rohc_ip_id_behavior_t id_behavior
 
uint16_t id
 
uint8_t df:1
 
uint8_t ttl
 
uint8_t proto
 
uint8_t nbo:1
 
uint8_t rnd:1
 
uint32_t flowid:20
 
uint8_t saddr [16]
 
uint8_t daddr [16]
 

Detailed Description

The IP values decoded from the extracted ROHC bits

Field Documentation

◆ daddr

uint8_t rohc_rfc5225_decoded_ip::daddr

The decoded destination address field

◆ df

uint8_t rohc_rfc5225_decoded_ip::df

The decoded DF field (IPv4 only)

◆ flowid

uint32_t rohc_rfc5225_decoded_ip::flowid

The decoded flow ID field (IPv6 only)

◆ id

uint16_t rohc_rfc5225_decoded_ip::id

The decoded IP-ID field (IPv4 only)

◆ id_behavior

rohc_ip_id_behavior_t rohc_rfc5225_decoded_ip::id_behavior

The decoded IP-ID behavior (IPv4 only)

◆ nbo

uint8_t rohc_rfc5225_decoded_ip::nbo

The decoded NBO field (IPv4 only)

◆ proto

uint8_t rohc_rfc5225_decoded_ip::proto

The decoded protocol/NH field

◆ rnd

uint8_t rohc_rfc5225_decoded_ip::rnd

The decoded RND field (IPv4 only)

◆ saddr

uint8_t rohc_rfc5225_decoded_ip::saddr

The decoded source address field

◆ tos_tc

uint8_t rohc_rfc5225_decoded_ip::tos_tc

The decoded TOS/TC field

◆ ttl

uint8_t rohc_rfc5225_decoded_ip::ttl

The decoded TTL/HL field

◆ version

uint8_t rohc_rfc5225_decoded_ip::version

The decoded version field


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