![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
Include dependency graph for dhcp6_ia_na_client_dp.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | dhcp6_send_client_message_params_address_t |
| struct | dhcp6_send_client_message_params_t |
| struct | dhcp6_ia_na_client_state_t |
| struct | dhcp6_ia_na_client_main_t |
| struct | dhcp6_address_info_t |
| struct | address_report_t |
| struct | dhcp6_ia_na_client_public_main_t |
Macros | |
| #define | VNET_DHCP6_REPLY_EVENT_FUNCTION(f) |
Enumerations | |
| enum | { DHCP6_DP_REPLY_REPORT, DHCP6_DP_REPORT_MAX } |
Functions | |
| void | dhcp6_send_client_message (vlib_main_t *vm, u32 sw_if_index, u8 stop, dhcp6_send_client_message_params_t *params) |
| void | dhcp6_set_publisher_node (uword node_index, uword event_type) |
| int | dhcp6_publish_report (address_report_t *r) |
| int | dhcp6_client_enable_disable (u32 sw_if_index, u8 enable) |
Variables | |
| dhcp6_ia_na_client_main_t | dhcp6_ia_na_client_main |
| vlib_node_registration_t | dhcp6_reply_process_node |
| (constructor) VLIB_REGISTER_NODE (dhcp6_reply_process_node) More... | |
| dhcp6_ia_na_client_public_main_t | dhcp6_ia_na_client_public_main |
| #define VNET_DHCP6_REPLY_EVENT_FUNCTION | ( | f | ) |
Definition at line 117 of file dhcp6_ia_na_client_dp.h.
| anonymous enum |
| Enumerator | |
|---|---|
| DHCP6_DP_REPLY_REPORT | |
| DHCP6_DP_REPORT_MAX | |
Definition at line 99 of file dhcp6_ia_na_client_dp.h.
Definition at line 614 of file dhcp6_ia_na_client_cp.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int dhcp6_publish_report | ( | address_report_t * | r | ) |
Definition at line 48 of file dhcp6_ia_na_client_dp.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void dhcp6_send_client_message | ( | vlib_main_t * | vm, |
| u32 | sw_if_index, | ||
| u8 | stop, | ||
| dhcp6_send_client_message_params_t * | params | ||
| ) |
Definition at line 358 of file dhcp6_ia_na_client_dp.c.
Here is the call graph for this function:
Here is the caller graph for this function:| dhcp6_ia_na_client_main_t dhcp6_ia_na_client_main |
Definition at line 28 of file dhcp6_ia_na_client_dp.c.
| dhcp6_ia_na_client_public_main_t dhcp6_ia_na_client_public_main |
Definition at line 29 of file dhcp6_ia_na_client_dp.c.
| vlib_node_registration_t dhcp6_reply_process_node |
(constructor) VLIB_REGISTER_NODE (dhcp6_reply_process_node)
Definition at line 731 of file dhcp_api.c.