Go to the source code of this file.
|
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 mask_width, 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 |
Value:_(DHCP_PROXY_CONFIG,dhcp_proxy_config) \
void dhcp_proxy_dump(fib_protocol_t proto, void *opaque, u32 context)
Dump the proxy configs to the API.
int dhcp_proxy_set_vss(fib_protocol_t proto, u32 tbl_id, u32 oui, u32 fib_id, int is_del)
Configure/set a new VSS info.
int dhcp_client_config(vlib_main_t *vm, u32 sw_if_index, u8 *hostname, u32 is_add, u32 client_index, void *event_callback, u32 pid)
Definition at line 47 of file dhcp_api.c.
#define vl_endianfun /* define message structures */ |
#define vl_msg_name_crc_list |
#define vl_typedefs /* define message structures */ |
void dhcp_compl_event_callback |
( |
u32 |
client_index, |
|
|
u32 |
pid, |
|
|
u8 * |
hostname, |
|
|
u8 |
mask_width, |
|
|
u8 |
is_ipv6, |
|
|
u8 * |
host_address, |
|
|
u8 * |
router_address, |
|
|
u8 * |
host_mac |
|
) |
| |
Send the details of a proxy session to the API client during a dump.
Definition at line 122 of file dhcp_api.c.
static void setup_message_id_table |
( |
api_main_t * |
am | ) |
|
|
static |