FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
nat66_api.c File Reference
+ Include dependency graph for nat66_api.c:

Go to the source code of this file.

Data Structures

struct  nat66_api_walk_ctx_t_
 

Macros

#define REPLY_MSG_ID_BASE   nm->msg_id_base
 

Typedefs

typedef struct nat66_api_walk_ctx_t_ nat66_api_walk_ctx_t
 

Functions

static void vl_api_nat66_add_del_interface_t_handler (vl_api_nat66_add_del_interface_t *mp)
 
static void vl_api_nat66_add_del_static_mapping_t_handler (vl_api_nat66_add_del_static_mapping_t *mp)
 
static int nat66_api_interface_walk (nat66_interface_t *i, void *arg)
 
static void vl_api_nat66_interface_dump_t_handler (vl_api_nat66_interface_dump_t *mp)
 
static int nat66_api_static_mapping_walk (nat66_static_mapping_t *m, void *arg)
 
static void vl_api_nat66_static_mapping_dump_t_handler (vl_api_nat66_static_mapping_dump_t *mp)
 
clib_error_tnat66_plugin_api_hookup (vlib_main_t *vm)
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   nm->msg_id_base

Definition at line 23 of file nat66_api.c.

Typedef Documentation

◆ nat66_api_walk_ctx_t

Function Documentation

◆ nat66_api_interface_walk()

static int nat66_api_interface_walk ( nat66_interface_t i,
void *  arg 
)
static

Definition at line 76 of file nat66_api.c.

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

◆ nat66_api_static_mapping_walk()

static int nat66_api_static_mapping_walk ( nat66_static_mapping_t m,
void *  arg 
)
static

Definition at line 113 of file nat66_api.c.

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

◆ nat66_plugin_api_hookup()

clib_error_t* nat66_plugin_api_hookup ( vlib_main_t vm)

Definition at line 167 of file nat66_api.c.

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

◆ vl_api_nat66_add_del_interface_t_handler()

static void vl_api_nat66_add_del_interface_t_handler ( vl_api_nat66_add_del_interface_t mp)
static

Definition at line 31 of file nat66_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat66_add_del_static_mapping_t_handler()

static void vl_api_nat66_add_del_static_mapping_t_handler ( vl_api_nat66_add_del_static_mapping_t mp)
static

Definition at line 51 of file nat66_api.c.

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

◆ vl_api_nat66_interface_dump_t_handler()

static void vl_api_nat66_interface_dump_t_handler ( vl_api_nat66_interface_dump_t mp)
static

Definition at line 96 of file nat66_api.c.

+ Here is the call graph for this function:

◆ vl_api_nat66_static_mapping_dump_t_handler()

static void vl_api_nat66_static_mapping_dump_t_handler ( vl_api_nat66_static_mapping_dump_t mp)
static

Definition at line 144 of file nat66_api.c.

+ Here is the call graph for this function: