ROHC compression/decompression library
Data Fields
seq_1_t Struct Reference

The seq_1 compressed packet format. More...

#include <tcp.h>

Data Fields

uint8_t ip_id:4
 
uint8_t discriminator:4
 
uint16_t seq_num
 
uint8_t header_crc:3
 
uint8_t psh_flag:1
 
uint8_t msn:4
 

Detailed Description

The seq_1 compressed packet format.

Send LSBs of sequence number See RFC4996 page 83

Field Documentation

uint8_t seq_1_t::discriminator
uint8_t seq_1_t::header_crc
uint8_t seq_1_t::ip_id
uint8_t seq_1_t::msn
uint8_t seq_1_t::psh_flag
uint16_t seq_1_t::seq_num

lsb(16, 32767) [ 16 ]


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