ROHC compression/decompression library
Data Fields
c_tcp_opt Struct Reference

Data Fields

uint8_t index
 
bool is_well_known
 
uint8_t kind
 
char descr [255]
 
int(* build_list_item )(const struct rohc_comp_ctxt *const context, const struct tcphdr *const tcp, const uint8_t *const uncomp_opt, const uint8_t uncomp_opt_len, uint8_t *const comp_opt, const size_t comp_opt_max_len)
 

Detailed Description

The definition of one TCP option for the compressor

Field Documentation

int(* c_tcp_opt::build_list_item) (const struct rohc_comp_ctxt *const context, const struct tcphdr *const tcp, const uint8_t *const uncomp_opt, const uint8_t uncomp_opt_len, uint8_t *const comp_opt, const size_t comp_opt_max_len)

The function to code the list item for the TCP option

char c_tcp_opt::descr[255]

A text description of the option

uint8_t c_tcp_opt::index

The index of the option

bool c_tcp_opt::is_well_known

Whether the option is well-known or not

uint8_t c_tcp_opt::kind

The type of the option


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