FD.io VPP  v16.06
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
 
mhash_t ip4_entry_by_key
 
u32 arp_delete_rotor
 
u32 limit_arp_cache_size
 
ethernet_proxy_arp_tproxy_arps
 

Detailed Description

Definition at line 61 of file arp.c.

Field Documentation

u32 ethernet_arp_main_t::arp_delete_rotor

Definition at line 78 of file arp.c.

mhash_t ethernet_arp_main_t::ip4_entry_by_key

Definition at line 75 of file arp.c.

ethernet_arp_ip4_entry_t* ethernet_arp_main_t::ip4_entry_pool

Definition at line 73 of file arp.c.

u32 ethernet_arp_main_t::limit_arp_cache_size

Definition at line 79 of file arp.c.

pending_resolution_t* ethernet_arp_main_t::mac_changes

Definition at line 71 of file arp.c.

uword* ethernet_arp_main_t::mac_changes_by_address

Definition at line 70 of file arp.c.

uword* ethernet_arp_main_t::opcode_by_name

Definition at line 63 of file arp.c.

pending_resolution_t* ethernet_arp_main_t::pending_resolutions

Definition at line 67 of file arp.c.

uword* ethernet_arp_main_t::pending_resolutions_by_address

Definition at line 66 of file arp.c.

ethernet_proxy_arp_t* ethernet_arp_main_t::proxy_arps

Definition at line 82 of file arp.c.


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