FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
ethernet_arp_main_t Struct Reference
+ Collaboration diagram for ethernet_arp_main_t:

Data Fields

uwordopcode_by_name
 
uwordpending_resolutions_by_address
 
pending_resolution_tpending_resolutions
 
uwordmac_changes_by_address
 
pending_resolution_tmac_changes
 
ethernet_arp_ip4_entry_tip4_entry_pool
 
u32 arp_delete_rotor
 
u32 limit_arp_cache_size
 
ethernet_arp_interface_tethernet_arp_by_sw_if_index
 Per interface state. More...
 
ethernet_proxy_arp_tproxy_arps
 

Detailed Description

Definition at line 69 of file arp.c.

Field Documentation

u32 ethernet_arp_main_t::arp_delete_rotor

Definition at line 85 of file arp.c.

ethernet_arp_interface_t* ethernet_arp_main_t::ethernet_arp_by_sw_if_index

Per interface state.

Definition at line 89 of file arp.c.

ethernet_arp_ip4_entry_t* ethernet_arp_main_t::ip4_entry_pool

Definition at line 82 of file arp.c.

u32 ethernet_arp_main_t::limit_arp_cache_size

Definition at line 86 of file arp.c.

pending_resolution_t* ethernet_arp_main_t::mac_changes

Definition at line 80 of file arp.c.

uword* ethernet_arp_main_t::mac_changes_by_address

Definition at line 79 of file arp.c.

uword* ethernet_arp_main_t::opcode_by_name

Definition at line 72 of file arp.c.

pending_resolution_t* ethernet_arp_main_t::pending_resolutions

Definition at line 76 of file arp.c.

uword* ethernet_arp_main_t::pending_resolutions_by_address

Definition at line 75 of file arp.c.

ethernet_proxy_arp_t* ethernet_arp_main_t::proxy_arps

Definition at line 92 of file arp.c.


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