FD.io VPP
v18.01.2-1-g9b554f3
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 127 of file arp_packet.h.
union { ... } |
u8 ethernet_arp_header_t::data[0] |
Definition at line 139 of file arp_packet.h.
ethernet_arp_ip4_over_ethernet_address_t ethernet_arp_header_t::ip4_over_ethernet[2] |
Definition at line 136 of file arp_packet.h.
u16 ethernet_arp_header_t::l2_type |
Definition at line 129 of file arp_packet.h.
u16 ethernet_arp_header_t::l3_type |
Definition at line 130 of file arp_packet.h.
u8 ethernet_arp_header_t::n_l2_address_bytes |
Definition at line 131 of file arp_packet.h.
u8 ethernet_arp_header_t::n_l3_address_bytes |
Definition at line 132 of file arp_packet.h.
u16 ethernet_arp_header_t::opcode |
Definition at line 133 of file arp_packet.h.