FD.io VPP  v19.08-24-ge6a5712
Vector Packet Processing
ethernet_arp_ip4_entry_t Struct Reference
+ Collaboration diagram for ethernet_arp_ip4_entry_t:

Data Fields

u32 sw_if_index
 
ip4_address_t ip4_address
 
mac_address_t mac
 
ip_neighbor_flags_t flags
 
f64 time_last_updated
 
fib_node_index_t fib_entry_index
 The index of the adj-fib entry created. More...
 

Detailed Description

Definition at line 24 of file arp.h.

Field Documentation

fib_node_index_t ethernet_arp_ip4_entry_t::fib_entry_index

The index of the adj-fib entry created.

Definition at line 38 of file arp.h.

ip_neighbor_flags_t ethernet_arp_ip4_entry_t::flags

Definition at line 31 of file arp.h.

ip4_address_t ethernet_arp_ip4_entry_t::ip4_address

Definition at line 27 of file arp.h.

mac_address_t ethernet_arp_ip4_entry_t::mac

Definition at line 29 of file arp.h.

u32 ethernet_arp_ip4_entry_t::sw_if_index

Definition at line 26 of file arp.h.

f64 ethernet_arp_ip4_entry_t::time_last_updated

Definition at line 33 of file arp.h.


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