FD.io VPP  v20.05-21-gb1500e9ff
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 133 of file arp_packet.h.

Field Documentation

◆ @244

union { ... }

◆ data

u8 ethernet_arp_header_t::data[0]

Definition at line 145 of file arp_packet.h.

◆ ip4_over_ethernet

ethernet_arp_ip4_over_ethernet_address_t ethernet_arp_header_t::ip4_over_ethernet[2]

Definition at line 142 of file arp_packet.h.

◆ l2_type

u16 ethernet_arp_header_t::l2_type

Definition at line 135 of file arp_packet.h.

◆ l3_type

u16 ethernet_arp_header_t::l3_type

Definition at line 136 of file arp_packet.h.

◆ n_l2_address_bytes

u8 ethernet_arp_header_t::n_l2_address_bytes

Definition at line 137 of file arp_packet.h.

◆ n_l3_address_bytes

u8 ethernet_arp_header_t::n_l3_address_bytes

Definition at line 138 of file arp_packet.h.

◆ opcode

u16 ethernet_arp_header_t::opcode

Definition at line 139 of file arp_packet.h.


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