FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
dhcp.api File Reference

Go to the source code of this file.

Data Structures

struct  vl_api_dhcp_proxy_config_t
 DHCP Proxy config add / del request. More...
 
struct  vl_api_dhcp_proxy_set_vss_t
 DHCP Proxy set / unset vss request. More...
 
struct  vl_api_dhcp_client_t
 DHCP Client config data. More...
 
struct  vl_api_dhcp_client_config_t
 DHCP Client config add / del request. More...
 
struct  vl_api_domain_server_t
 Struct representing domain server. More...
 
struct  vl_api_dhcp_lease_t
 Data learned by the client during the DHCP process. More...
 
struct  vl_api_dhcp_compl_event_t
 Tell client about a DHCP completion event. More...
 
struct  vl_api_dhcp_client_dump_t
 Dump the DHCP client configurations. More...
 
struct  vl_api_dhcp_client_details_t
 DHCP Client details returned from dump. More...
 
struct  vl_api_dhcp_proxy_dump_t
 Dump DHCP proxy table. More...
 
struct  vl_api_dhcp_server_t
 
struct  vl_api_dhcp_proxy_details_t
 Tell client about a DHCP completion event. More...
 
struct  vl_api_dhcp6_duid_ll_set_t
 Set DHCPv6 DUID-LL. More...
 
struct  vl_api_dhcp6_clients_enable_disable_t
 Enable/disable listening on DHCPv6 client port. More...
 
struct  vl_api_dhcp6_address_info_t
 Struct representing DHCPv6 address. More...
 
struct  vl_api_dhcp6_pd_prefix_info_t
 Struct representing DHCPv6 PD prefix. More...
 
struct  vl_api_dhcp6_send_client_message_t
 Send DHCPv6 client message of specified type. More...
 
struct  vl_api_dhcp6_pd_send_client_message_t
 Send DHCPv6 PD client message of specified type. More...
 
struct  vl_api_want_dhcp6_reply_events_t
 Register for DHCPv6 reply events. More...
 
struct  vl_api_want_dhcp6_pd_reply_events_t
 Register for DHCPv6 PD reply events. More...
 
struct  vl_api_dhcp6_reply_event_t
 Tell client about a DHCPv6 server reply event. More...
 
struct  vl_api_dhcp6_pd_reply_event_t
 Tell client about a DHCPv6 PD server reply event. More...
 

Variables

option version = "2.0.1"
 
import vnet ip ip_types api
 
 service
 

Variable Documentation

import vnet ip ip_types api

Definition at line 18 of file dhcp.api.

service
Initial value:
{
rpc dhcp_client_config returns dhcp_client_config_reply events dhcp_compl_event
int dhcp_client_config(u32 is_add, u32 client_index, vlib_main_t *vm, u32 sw_if_index, u8 *hostname, u8 *client_id, dhcp_event_cb_t event_callback, u8 set_broadcast_flag, ip_dscp_t dscp, u32 pid)
Add/Delete DHCP clients.
Definition: client.c:1025

Definition at line 146 of file dhcp.api.

option version = "2.0.1"

Definition at line 16 of file dhcp.api.