![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
Include dependency graph for dhcp6_client_common_dp.c:Go to the source code of this file.
Data Structures | |
| struct | dhcpv6_client_trace_t_ |
| per-packet trace data More... | |
Macros | |
| #define | foreach_dhcpv6_client |
Typedefs | |
| typedef struct dhcpv6_client_trace_t_ | dhcpv6_client_trace_t |
| per-packet trace data More... | |
Enumerations | |
| enum | dhcpv6_client_next_t { DHCPV6_CLIENT_N_NEXT } |
Functions | |
| u32 | server_index_get_or_create (u8 *data, u16 len) |
| static void | generate_client_duid (void) |
| static u8 * | format_dhcpv6_client_trace (u8 *s, va_list *args) |
| static uword | dhcpv6_client_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| void | dhcp6_clients_enable_disable (u8 enable) |
Variables | |
| dhcp6_client_common_main_t | dhcp6_client_common_main |
| dhcpv6_duid_ll_string_t | client_duid |
| static vlib_node_registration_t | dhcpv6_client_node |
| (constructor) VLIB_REGISTER_NODE (dhcpv6_client_node) More... | |
| #define foreach_dhcpv6_client |
Definition at line 90 of file dhcp6_client_common_dp.c.
| typedef struct dhcpv6_client_trace_t_ dhcpv6_client_trace_t |
per-packet trace data
| enum dhcpv6_client_next_t |
| Enumerator | |
|---|---|
| DHCPV6_CLIENT_N_NEXT | |
Definition at line 94 of file dhcp6_client_common_dp.c.
| void dhcp6_clients_enable_disable | ( | u8 | enable | ) |
Definition at line 448 of file dhcp6_client_common_dp.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 110 of file dhcp6_client_common_dp.c.
|
static |
Definition at line 54 of file dhcp6_client_common_dp.c.
Here is the call graph for this function:
Here is the caller graph for this function:| dhcpv6_duid_ll_string_t client_duid |
Definition at line 26 of file dhcp6_client_common_dp.c.
| dhcp6_client_common_main_t dhcp6_client_common_main |
Definition at line 25 of file dhcp6_client_common_dp.c.
|
static |
(constructor) VLIB_REGISTER_NODE (dhcpv6_client_node)
Definition at line 429 of file dhcp6_client_common_dp.c.