FD.io VPP  v18.01.1-37-g7ea3975
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
 
uword wc_ip4_arp_publisher_node
 
uword wc_ip4_arp_publisher_et
 

Detailed Description

Definition at line 71 of file arp.c.

Field Documentation

u32 ethernet_arp_main_t::arp_delete_rotor

Definition at line 87 of file arp.c.

ethernet_arp_interface_t* ethernet_arp_main_t::ethernet_arp_by_sw_if_index

Per interface state.

Definition at line 91 of file arp.c.

ethernet_arp_ip4_entry_t* ethernet_arp_main_t::ip4_entry_pool

Definition at line 84 of file arp.c.

u32 ethernet_arp_main_t::limit_arp_cache_size

Definition at line 88 of file arp.c.

pending_resolution_t* ethernet_arp_main_t::mac_changes

Definition at line 82 of file arp.c.

uword* ethernet_arp_main_t::mac_changes_by_address

Definition at line 81 of file arp.c.

uword* ethernet_arp_main_t::opcode_by_name

Definition at line 74 of file arp.c.

pending_resolution_t* ethernet_arp_main_t::pending_resolutions

Definition at line 78 of file arp.c.

uword* ethernet_arp_main_t::pending_resolutions_by_address

Definition at line 77 of file arp.c.

ethernet_proxy_arp_t* ethernet_arp_main_t::proxy_arps

Definition at line 94 of file arp.c.

uword ethernet_arp_main_t::wc_ip4_arp_publisher_et

Definition at line 97 of file arp.c.

uword ethernet_arp_main_t::wc_ip4_arp_publisher_node

Definition at line 96 of file arp.c.


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