FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
ethernet_arp_interface_t_ Struct Reference

Per-interface ARP configuration and state. More...

Data Fields

uwordarp_entries
 Hash table of ARP entries. More...
 

Detailed Description

Per-interface ARP configuration and state.

Definition at line 45 of file arp.c.

Field Documentation

◆ arp_entries

uword* ethernet_arp_interface_t_::arp_entries

Hash table of ARP entries.

Since this hash table is per-interface, the key is only the IPv4 address.

Definition at line 51 of file arp.c.


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