FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | vl_typedefs /* define message structures */ |
#define | vl_endianfun /* define message structures */ |
#define | vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) |
#define | vl_printfun |
#define | foreach_vpe_api_msg |
#define | vl_msg_name_crc_list |
Functions | |
static void | vl_api_dhcp_proxy_set_vss_t_handler (vl_api_dhcp_proxy_set_vss_t *mp) |
static void | vl_api_dhcp_proxy_config_t_handler (vl_api_dhcp_proxy_config_t *mp) |
static void | vl_api_dhcp_proxy_dump_t_handler (vl_api_dhcp_proxy_dump_t *mp) |
void | dhcp_send_details (fib_protocol_t proto, void *opaque, u32 context, dhcp_proxy_t *proxy) |
Send the details of a proxy session to the API client during a dump. More... | |
void | dhcp_compl_event_callback (u32 client_index, u32 pid, u8 *hostname, u8 is_ipv6, u8 *host_address, u8 *router_address, u8 *host_mac) |
static void | vl_api_dhcp_client_config_t_handler (vl_api_dhcp_client_config_t *mp) |
static void | setup_message_id_table (api_main_t *am) |
static clib_error_t * | dhcp_api_hookup (vlib_main_t *vm) |
VLIB_API_INIT_FUNCTION (dhcp_api_hookup) | |
#define foreach_vpe_api_msg |
Definition at line 47 of file dhcp_api.c.
#define vl_endianfun /* define message structures */ |
Definition at line 35 of file dhcp_api.c.
#define vl_msg_name_crc_list |
Definition at line 243 of file dhcp_api.c.
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 40 of file dhcp_api.c.
#define vl_printfun |
Definition at line 41 of file dhcp_api.c.
#define vl_typedefs /* define message structures */ |
Definition at line 31 of file dhcp_api.c.
|
static |
void dhcp_compl_event_callback | ( | u32 | client_index, |
u32 | pid, | ||
u8 * | hostname, | ||
u8 | is_ipv6, | ||
u8 * | host_address, | ||
u8 * | router_address, | ||
u8 * | host_mac | ||
) |
Definition at line 189 of file dhcp_api.c.
void dhcp_send_details | ( | fib_protocol_t | proto, |
void * | opaque, | ||
u32 | context, | ||
dhcp_proxy_t * | proxy | ||
) |
Send the details of a proxy session to the API client during a dump.
Definition at line 122 of file dhcp_api.c.
|
static |
|
static |
Definition at line 218 of file dhcp_api.c.
|
static |
Definition at line 72 of file dhcp_api.c.
|
static |
|
static |
VLIB_API_INIT_FUNCTION | ( | dhcp_api_hookup | ) |