FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
nat_format.c File Reference

NAT formatting. More...

+ Include dependency graph for nat_format.c:

Go to the source code of this file.

Functions

uword unformat_nat_protocol (unformat_input_t *input, va_list *args)
 
u8format_nat_protocol (u8 *s, va_list *args)
 
u8format_nat_addr_and_port_alloc_alg (u8 *s, va_list *args)
 
u8format_snat_key (u8 *s, va_list *args)
 
u8format_static_mapping_key (u8 *s, va_list *args)
 
u8format_snat_session_state (u8 *s, va_list *args)
 
u8format_snat_session (u8 *s, va_list *args)
 
u8format_snat_user (u8 *s, va_list *args)
 
u8format_snat_static_mapping (u8 *s, va_list *args)
 
u8format_snat_static_map_to_resolve (u8 *s, va_list *args)
 
u8format_det_map_ses (u8 *s, va_list *args)
 

Detailed Description

NAT formatting.

Definition in file nat_format.c.

Function Documentation

◆ format_det_map_ses()

u8* format_det_map_ses ( u8 s,
va_list *  args 
)

Definition at line 305 of file nat_format.c.

+ Here is the call graph for this function:

◆ format_nat_addr_and_port_alloc_alg()

u8* format_nat_addr_and_port_alloc_alg ( u8 s,
va_list *  args 
)

Definition at line 58 of file nat_format.c.

+ Here is the call graph for this function:

◆ format_nat_protocol()

u8* format_nat_protocol ( u8 s,
va_list *  args 
)

Definition at line 39 of file nat_format.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ format_snat_key()

u8* format_snat_key ( u8 s,
va_list *  args 
)

Definition at line 77 of file nat_format.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ format_snat_session()

u8* format_snat_session ( u8 s,
va_list *  args 
)

Definition at line 118 of file nat_format.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ format_snat_session_state()

u8* format_snat_session_state ( u8 s,
va_list *  args 
)

Definition at line 100 of file nat_format.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ format_snat_static_map_to_resolve()

u8* format_snat_static_map_to_resolve ( u8 s,
va_list *  args 
)

Definition at line 285 of file nat_format.c.

+ Here is the call graph for this function:

◆ format_snat_static_mapping()

u8* format_snat_static_mapping ( u8 s,
va_list *  args 
)

Definition at line 217 of file nat_format.c.

+ Here is the call graph for this function:

◆ format_snat_user()

u8* format_snat_user ( u8 s,
va_list *  args 
)

Definition at line 175 of file nat_format.c.

+ Here is the call graph for this function:

◆ format_static_mapping_key()

u8* format_static_mapping_key ( u8 s,
va_list *  args 
)

Definition at line 89 of file nat_format.c.

+ Here is the call graph for this function:

◆ unformat_nat_protocol()

uword unformat_nat_protocol ( unformat_input_t input,
va_list *  args 
)

Definition at line 25 of file nat_format.c.