| 
    ROHC compression/decompression library
    
   | 
 
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) | 
The definition of one TCP option for the compressor
| 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
 1.8.13