![]() |
FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
NAT64 IPv4 to IPv6 translation (otside to inside network) More...
Include dependency graph for nat64_out2in.c:Go to the source code of this file.
Data Structures | |
| struct | nat64_out2in_trace_t |
| struct | nat64_out2in_reass_trace_t |
| struct | nat64_out2in_set_ctx_t_ |
| struct | nat64_out2in_frag_set_ctx_t_ |
| struct | nat64_out2in_handoff_trace_t |
Macros | |
| #define | foreach_nat64_out2in_error |
Typedefs | |
| typedef struct nat64_out2in_set_ctx_t_ | nat64_out2in_set_ctx_t |
| typedef struct nat64_out2in_frag_set_ctx_t_ | nat64_out2in_frag_set_ctx_t |
Variables | |
| vlib_node_registration_t | nat64_out2in_node |
| (constructor) VLIB_REGISTER_NODE (nat64_out2in_node) More... | |
| vlib_node_registration_t | nat64_out2in_reass_node |
| (constructor) VLIB_REGISTER_NODE (nat64_out2in_reass_node) More... | |
| vlib_node_registration_t | nat64_out2in_handoff_node |
| (constructor) VLIB_REGISTER_NODE (nat64_out2in_handoff_node) More... | |
| static char * | nat64_out2in_error_strings [] |
NAT64 IPv4 to IPv6 translation (otside to inside network)
Definition in file nat64_out2in.c.
| #define foreach_nat64_out2in_error |
Definition at line 74 of file nat64_out2in.c.
| typedef struct nat64_out2in_frag_set_ctx_t_ nat64_out2in_frag_set_ctx_t |
| typedef struct nat64_out2in_set_ctx_t_ nat64_out2in_set_ctx_t |
| enum nat64_out2in_error_t |
| Enumerator | |
|---|---|
| NAT64_OUT2IN_N_ERROR | |
Definition at line 84 of file nat64_out2in.c.
| enum nat64_out2in_next_t |
| Enumerator | |
|---|---|
| NAT64_OUT2IN_NEXT_IP6_LOOKUP | |
| NAT64_OUT2IN_NEXT_IP4_LOOKUP | |
| NAT64_OUT2IN_NEXT_DROP | |
| NAT64_OUT2IN_NEXT_REASS | |
| NAT64_OUT2IN_N_NEXT | |
Definition at line 98 of file nat64_out2in.c.
Definition at line 903 of file nat64_out2in.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 55 of file nat64_out2in.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 557 of file nat64_out2in.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
|
static |
Definition at line 186 of file nat64_out2in.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 259 of file nat64_out2in.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
Definition at line 115 of file nat64_out2in.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 351 of file nat64_out2in.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VLIB_NODE_FUNCTION_MULTIARCH | ( | nat64_out2in_node | , |
| nat64_out2in_node_fn | |||
| ) |
Here is the caller graph for this function:| VLIB_NODE_FUNCTION_MULTIARCH | ( | nat64_out2in_reass_node | , |
| nat64_out2in_reass_node_fn | |||
| ) |
| VLIB_NODE_FUNCTION_MULTIARCH | ( | nat64_out2in_handoff_node | , |
| nat64_out2in_handoff_node_fn | |||
| ) |
|
static |
Definition at line 92 of file nat64_out2in.c.
| vlib_node_registration_t nat64_out2in_handoff_node |
(constructor) VLIB_REGISTER_NODE (nat64_out2in_handoff_node)
Definition at line 72 of file nat64_out2in.c.
| vlib_node_registration_t nat64_out2in_node |
(constructor) VLIB_REGISTER_NODE (nat64_out2in_node)
Definition at line 70 of file nat64_out2in.c.
| vlib_node_registration_t nat64_out2in_reass_node |
(constructor) VLIB_REGISTER_NODE (nat64_out2in_reass_node)
Definition at line 71 of file nat64_out2in.c.