ROHC compression/decompression library
Data Structures | Typedefs
c_tcp_defines.h File Reference

Main definitions for the TCP compression profile. More...

#include "protocols/tcp.h"
#include "c_tcp_opts_list.h"
Include dependency graph for c_tcp_defines.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  tcp_tmp_variables
 Define the TCP-specific temporary variables in the profile compression context. More...
 
struct  ipv6_generic_option_context
 Define the IPv6 generic option context. More...
 
struct  ipvx_context
 Define the common IP header context to IPv4 and IPv6. More...
 
struct  ipv4_context
 Define the IPv4 header context. More...
 
struct  ip_option_context_t
 
struct  ipv6_context
 Define the IPv6 header context. More...
 
struct  ip_context_t
 Define union of IP contexts. More...
 
struct  sc_tcp_context
 

Typedefs

typedef struct ipv6_generic_option_context ipv6_generic_option_context_t
 Define the IPv6 generic option context. More...
 
typedef struct ipvx_context ipvx_context_t
 Define the common IP header context to IPv4 and IPv6. More...
 
typedef struct ipv4_context ipv4_context_t
 Define the IPv4 header context. More...
 
typedef struct ipv6_context ipv6_context_t
 Define the IPv6 header context. More...
 

Detailed Description

Main definitions for the TCP compression profile.

Author
FWX rohc_.nosp@m.team.nosp@m.@dial.nosp@m.ine..nosp@m.fr
Didier Barvaux didie.nosp@m.r@ba.nosp@m.rvaux.nosp@m..org
Didier Barvaux didie.nosp@m.r.ba.nosp@m.rvaux.nosp@m.@tou.nosp@m.louse.nosp@m..viv.nosp@m.eris..nosp@m.com

Typedef Documentation

◆ ipv4_context_t

typedef struct ipv4_context ipv4_context_t

Define the IPv4 header context.

◆ ipv6_context_t

typedef struct ipv6_context ipv6_context_t

Define the IPv6 header context.

◆ ipv6_generic_option_context_t

Define the IPv6 generic option context.

◆ ipvx_context_t

typedef struct ipvx_context ipvx_context_t

Define the common IP header context to IPv4 and IPv6.