![]() |
FD.io VPP
v18.01.2-1-g9b554f3
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 73 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 83 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 97 of file nat64_out2in.c.
Definition at line 901 of file nat64_out2in.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 54 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 556 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 185 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 258 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 114 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 350 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 91 of file nat64_out2in.c.
| vlib_node_registration_t nat64_out2in_handoff_node |
(constructor) VLIB_REGISTER_NODE (nat64_out2in_handoff_node)
Definition at line 71 of file nat64_out2in.c.
| vlib_node_registration_t nat64_out2in_node |
(constructor) VLIB_REGISTER_NODE (nat64_out2in_node)
Definition at line 69 of file nat64_out2in.c.
| vlib_node_registration_t nat64_out2in_reass_node |
(constructor) VLIB_REGISTER_NODE (nat64_out2in_reass_node)
Definition at line 70 of file nat64_out2in.c.