EMANE  1.2.1
EMANE::Utils::EtherAddrWords Struct Reference

Definition of the ethernet frame address as a set of 3 words. More...

#include <netutils.h>

Public Attributes

std::uint16_t word1
 
std::uint16_t word2
 
std::uint16_t word3
 

Detailed Description

Definition of the ethernet frame address as a set of 3 words.

Definition at line 409 of file netutils.h.

Member Data Documentation

◆ word1

std::uint16_t EMANE::Utils::EtherAddrWords::word1

Definition at line 410 of file netutils.h.

◆ word2

std::uint16_t EMANE::Utils::EtherAddrWords::word2

Definition at line 411 of file netutils.h.

◆ word3

std::uint16_t EMANE::Utils::EtherAddrWords::word3

Definition at line 412 of file netutils.h.


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