FD.io VPP  v19.04.1-1-ge4a0f9f
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_snat_protocol (unformat_input_t *input, va_list *args)
 
u8format_snat_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)
 
u8format_nat44_reass_trace (u8 *s, va_list *args)
 

Detailed Description

NAT formatting.

Definition in file nat_format.c.

Function Documentation

u8* format_det_map_ses ( u8 s,
va_list *  args 
)

Definition at line 306 of file nat_format.c.

+ Here is the call graph for this function:

u8* format_nat44_reass_trace ( u8 s,
va_list *  args 
)

Definition at line 339 of file nat_format.c.

+ Here is the call graph for this function:

u8* format_nat_addr_and_port_alloc_alg ( u8 s,
va_list *  args 
)

Definition at line 57 of file nat_format.c.

+ Here is the call graph for this function:

u8* format_snat_key ( u8 s,
va_list *  args 
)

Definition at line 76 of file nat_format.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_snat_protocol ( u8 s,
va_list *  args 
)

Definition at line 38 of file nat_format.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_snat_session ( u8 s,
va_list *  args 
)

Definition at line 117 of file nat_format.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_snat_session_state ( u8 s,
va_list *  args 
)

Definition at line 99 of file nat_format.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_snat_static_map_to_resolve ( u8 s,
va_list *  args 
)

Definition at line 286 of file nat_format.c.

+ Here is the call graph for this function:

u8* format_snat_static_mapping ( u8 s,
va_list *  args 
)

Definition at line 218 of file nat_format.c.

+ Here is the call graph for this function:

u8* format_snat_user ( u8 s,
va_list *  args 
)

Definition at line 176 of file nat_format.c.

+ Here is the call graph for this function:

u8* format_static_mapping_key ( u8 s,
va_list *  args 
)

Definition at line 88 of file nat_format.c.

+ Here is the call graph for this function:

uword unformat_snat_protocol ( unformat_input_t input,
va_list *  args 
)

Definition at line 24 of file nat_format.c.