![]() |
FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Data Fields | |
| u16 | l2_type |
| u16 | l3_type |
| u8 | n_l2_address_bytes |
| u8 | n_l3_address_bytes |
| u16 | opcode |
| union { | |
| ethernet_arp_ip4_over_ethernet_address_t ip4_over_ethernet [2] | |
| u8 data [0] | |
| }; | |
Definition at line 133 of file arp_packet.h.
| union { ... } |
| u8 ethernet_arp_header_t::data[0] |
Definition at line 145 of file arp_packet.h.
| ethernet_arp_ip4_over_ethernet_address_t ethernet_arp_header_t::ip4_over_ethernet[2] |
Definition at line 142 of file arp_packet.h.
| u16 ethernet_arp_header_t::l2_type |
Definition at line 135 of file arp_packet.h.
| u16 ethernet_arp_header_t::l3_type |
Definition at line 136 of file arp_packet.h.
| u8 ethernet_arp_header_t::n_l2_address_bytes |
Definition at line 137 of file arp_packet.h.
| u8 ethernet_arp_header_t::n_l3_address_bytes |
Definition at line 138 of file arp_packet.h.
| u16 ethernet_arp_header_t::opcode |
Definition at line 139 of file arp_packet.h.