![]() |
FD.io VPP
v19.01.2-3-gf61a1a8
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 |
| #define | foreach_nat64_out2in_handoff_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 [] |
| static char * | nat64_out2in_handoff_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.
| #define foreach_nat64_out2in_handoff_error |
Definition at line 954 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 91 of file nat64_out2in.c.
| Enumerator | |
|---|---|
| NAT64_OUT2IN_HANDOFF_N_ERROR | |
Definition at line 959 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 105 of file nat64_out2in.c.
Definition at line 979 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 608 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 203 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 282 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 122 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 374 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 99 of file nat64_out2in.c.
|
static |
Definition at line 967 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.