![]() |
FD.io VPP
v17.01-9-ge7dcee4
Vector Packet Processing
|
Include dependency graph for proxy_node.c:Go to the source code of this file.
Data Structures | |
| struct | dhcpv6_proxy_trace_t |
Macros | |
| #define | dhcpv6_proxy_error(n, s) s, |
| #define | foreach_dhcpv6_proxy_to_server_input_next |
Enumerations | |
| enum | dhcpv6_proxy_to_server_input_next_t { DHCPV6_PROXY_TO_SERVER_INPUT_N_NEXT } |
Variables | |
| static char * | dhcpv6_proxy_error_strings [] |
| vlib_node_registration_t | dhcpv6_proxy_to_server_node |
| (constructor) VLIB_REGISTER_NODE (dhcpv6_proxy_to_server_node) More... | |
| vlib_node_registration_t | dhcpv6_proxy_to_client_node |
| (constructor) VLIB_REGISTER_NODE (dhcpv6_proxy_to_client_node) More... | |
| static vlib_cli_command_t | dhcpv6_proxy_set_command |
| (constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_set_command) More... | |
| static vlib_cli_command_t | dhcpv6_proxy_show_command |
| (constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_show_command) More... | |
| static vlib_cli_command_t | dhcpv6_proxy_vss_command |
| (constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_vss_command) More... | |
| static vlib_cli_command_t | dhcpv6_proxy_vss_show_command |
| (constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_vss_show_command) More... | |
| static vlib_cli_command_t | dhcpv6_proxy_address_show_command |
| (constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_address_show_command) More... | |
| #define dhcpv6_proxy_error | ( | n, | |
| s | |||
| ) | s, |
| #define foreach_dhcpv6_proxy_to_server_input_next |
Definition at line 29 of file proxy_node.c.
| Enumerator | |
|---|---|
| DHCPV6_PROXY_TO_SERVER_INPUT_N_NEXT | |
Definition at line 35 of file proxy_node.c.
|
inlinestatic |
|
static |
| clib_error_t* dhcpv6_proxy_init | ( | vlib_main_t * | vm | ) |
|
static |
| int dhcpv6_proxy_set_server | ( | ip6_address_t * | addr, |
| ip6_address_t * | src_address, | ||
| u32 | fib_id, | ||
| int | insert_vss, | ||
| int | is_del | ||
| ) |
Definition at line 805 of file proxy_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int dhcpv6_proxy_set_server_2 | ( | ip6_address_t * | addr, |
| ip6_address_t * | src_address, | ||
| u32 | rx_fib_id, | ||
| u32 | server_fib_id, | ||
| int | insert_vss, | ||
| int | is_del | ||
| ) |
Definition at line 813 of file proxy_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 76 of file proxy_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 947 of file proxy_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 55 of file proxy_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 113 of file proxy_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 92 of file proxy_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
(constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_address_show_command)
Definition at line 1191 of file proxy_node.c.
|
static |
Definition at line 23 of file proxy_node.c.
|
static |
(constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_set_command)
Definition at line 940 of file proxy_node.c.
|
static |
(constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_show_command)
Definition at line 1006 of file proxy_node.c.
| vlib_node_registration_t dhcpv6_proxy_to_client_node |
(constructor) VLIB_REGISTER_NODE (dhcpv6_proxy_to_client_node)
Definition at line 52 of file proxy_node.c.
| vlib_node_registration_t dhcpv6_proxy_to_server_node |
(constructor) VLIB_REGISTER_NODE (dhcpv6_proxy_to_server_node)
Definition at line 51 of file proxy_node.c.
|
static |
(constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_vss_command)
Definition at line 1114 of file proxy_node.c.
|
static |
(constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_vss_show_command)
Definition at line 1146 of file proxy_node.c.