FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vl_api_dhcp_compl_event_t Struct Reference

Tell client about a DHCP completion event. More...

Data Fields

u32 client_index
 
u32 pid
 
u8 hostname [64]
 
u8 is_ipv6
 
u8 mask_width
 
u8 host_address [16]
 
u8 router_address [16]
 
u8 host_mac [6]
 

Detailed Description

Tell client about a DHCP completion event.

Template Parameters
client_index- opaque cookie to identify the sender
pid- client pid registered to receive notification
is_ipv6- if non-zero the address is ipv6, else ipv4
mask_width- The length of the subnet mask assigned
host_address- Host IP address
router_address- Router IP address
host_mac- Host MAC address

Definition at line 100 of file dhcp.api.

Field Documentation

u32 vl_api_dhcp_compl_event_t::client_index

Definition at line 102 of file dhcp.api.

u8 vl_api_dhcp_compl_event_t::host_address[16]

Definition at line 107 of file dhcp.api.

u8 vl_api_dhcp_compl_event_t::host_mac[6]

Definition at line 109 of file dhcp.api.

u8 vl_api_dhcp_compl_event_t::hostname[64]

Definition at line 104 of file dhcp.api.

u8 vl_api_dhcp_compl_event_t::is_ipv6

Definition at line 105 of file dhcp.api.

u8 vl_api_dhcp_compl_event_t::mask_width

Definition at line 106 of file dhcp.api.

u32 vl_api_dhcp_compl_event_t::pid

Definition at line 103 of file dhcp.api.

u8 vl_api_dhcp_compl_event_t::router_address[16]

Definition at line 108 of file dhcp.api.


The documentation for this struct was generated from the following file: