EMANE  1.2.1
EMANE::Utils::EtherArpHeader Struct Reference

Definition of the ethernet arp header. More...

#include <netutils.h>

Public Attributes

std::uint16_t u16hwType
 
std::uint16_t u16protocol
 
std::uint8_t u8hwAddrLen
 
std::uint8_t u8protoAddrLen
 
std::uint16_t u16code
 
EtherAddr srcHwAddr
 
std::uint32_t u32srcProtoAddr
 
EtherAddr dstHwAddr
 
std::uint32_t u32dstProtoAddr
 

Detailed Description

Definition of the ethernet arp header.

Definition at line 526 of file netutils.h.

Member Data Documentation

◆ dstHwAddr

EtherAddr EMANE::Utils::EtherArpHeader::dstHwAddr

Definition at line 535 of file netutils.h.

◆ srcHwAddr

EtherAddr EMANE::Utils::EtherArpHeader::srcHwAddr

Definition at line 533 of file netutils.h.

◆ u16code

std::uint16_t EMANE::Utils::EtherArpHeader::u16code

Definition at line 532 of file netutils.h.

◆ u16hwType

std::uint16_t EMANE::Utils::EtherArpHeader::u16hwType

Definition at line 528 of file netutils.h.

◆ u16protocol

std::uint16_t EMANE::Utils::EtherArpHeader::u16protocol

Definition at line 529 of file netutils.h.

◆ u32dstProtoAddr

std::uint32_t EMANE::Utils::EtherArpHeader::u32dstProtoAddr

Definition at line 536 of file netutils.h.

◆ u32srcProtoAddr

std::uint32_t EMANE::Utils::EtherArpHeader::u32srcProtoAddr

Definition at line 534 of file netutils.h.

◆ u8hwAddrLen

std::uint8_t EMANE::Utils::EtherArpHeader::u8hwAddrLen

Definition at line 530 of file netutils.h.

◆ u8protoAddrLen

std::uint8_t EMANE::Utils::EtherArpHeader::u8protoAddrLen

Definition at line 531 of file netutils.h.


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