![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Collaboration diagram for ethernet_arp_ip4_entry_t:Data Fields | |
| u32 | sw_if_index |
| ip4_address_t | ip4_address |
| u8 | ethernet_address [6] |
| ethernet_arp_entry_flags_t | flags |
| f64 | time_last_updated |
| fib_node_index_t | fib_entry_index |
| The index of the adj-fib entry created. More... | |
Definition at line 150 of file arp_packet.h.
| u8 ethernet_arp_ip4_entry_t::ethernet_address[6] |
Definition at line 155 of file arp_packet.h.
| fib_node_index_t ethernet_arp_ip4_entry_t::fib_entry_index |
The index of the adj-fib entry created.
Definition at line 164 of file arp_packet.h.
| ethernet_arp_entry_flags_t ethernet_arp_ip4_entry_t::flags |
Definition at line 157 of file arp_packet.h.
| ip4_address_t ethernet_arp_ip4_entry_t::ip4_address |
Definition at line 153 of file arp_packet.h.
| u32 ethernet_arp_ip4_entry_t::sw_if_index |
Definition at line 152 of file arp_packet.h.
| f64 ethernet_arp_ip4_entry_t::time_last_updated |
Definition at line 159 of file arp_packet.h.