FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
mac_address_t_ Struct Reference

Data Fields

union {
   u8   bytes [6]
 
   struct {
      u32   first_4
 
      u16   last_2
 
   }   u
 
}; 
 

Detailed Description

Definition at line 21 of file mac_address.h.

Field Documentation

◆ @135

union { ... }

◆ bytes

u8 mac_address_t_::bytes[6]

Definition at line 25 of file mac_address.h.

◆ first_4

u32 mac_address_t_::first_4

Definition at line 28 of file mac_address.h.

◆ last_2

u16 mac_address_t_::last_2

Definition at line 29 of file mac_address.h.

◆ u

struct { ... } mac_address_t_::u

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