FD.io VPP  v17.07-30-g839fa73
Vector Packet Processing
ethernet_arp_header_t Struct Reference

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]
 
}; 
 

Detailed Description

Definition at line 127 of file arp_packet.h.

Field Documentation

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.


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