FD.io VPP  v16.12-rc0-308-g931be3a
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
 
u8 ethernet_address [6]
 
u16 flags
 
u64 cpu_time_last_updated
 
fib_node_index_t fib_entry_index
 The index of the adj-fib entry created. More...
 

Detailed Description

Definition at line 39 of file arp.c.

Field Documentation

u64 ethernet_arp_ip4_entry_t::cpu_time_last_updated

Definition at line 50 of file arp.c.

u8 ethernet_arp_ip4_entry_t::ethernet_address[6]

Definition at line 44 of file arp.c.

fib_node_index_t ethernet_arp_ip4_entry_t::fib_entry_index

The index of the adj-fib entry created.

Definition at line 55 of file arp.c.

u16 ethernet_arp_ip4_entry_t::flags

Definition at line 46 of file arp.c.

ip4_address_t ethernet_arp_ip4_entry_t::ip4_address

Definition at line 42 of file arp.c.

u32 ethernet_arp_ip4_entry_t::sw_if_index

Definition at line 41 of file arp.c.


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