FD.io VPP  v19.08-27-gf4dcae4
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 132 of file arp_packet.h.

Field Documentation

union { ... }
u8 ethernet_arp_header_t::data[0]

Definition at line 144 of file arp_packet.h.

ethernet_arp_ip4_over_ethernet_address_t ethernet_arp_header_t::ip4_over_ethernet[2]

Definition at line 141 of file arp_packet.h.

u16 ethernet_arp_header_t::l2_type

Definition at line 134 of file arp_packet.h.

u16 ethernet_arp_header_t::l3_type

Definition at line 135 of file arp_packet.h.

u8 ethernet_arp_header_t::n_l2_address_bytes

Definition at line 136 of file arp_packet.h.

u8 ethernet_arp_header_t::n_l3_address_bytes

Definition at line 137 of file arp_packet.h.

u16 ethernet_arp_header_t::opcode

Definition at line 138 of file arp_packet.h.


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