EMANE
1.2.1
|
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 |
Definition of the ethernet arp header.
Definition at line 526 of file netutils.h.
EtherAddr EMANE::Utils::EtherArpHeader::dstHwAddr |
Definition at line 535 of file netutils.h.
EtherAddr EMANE::Utils::EtherArpHeader::srcHwAddr |
Definition at line 533 of file netutils.h.
std::uint16_t EMANE::Utils::EtherArpHeader::u16code |
Definition at line 532 of file netutils.h.
std::uint16_t EMANE::Utils::EtherArpHeader::u16hwType |
Definition at line 528 of file netutils.h.
std::uint16_t EMANE::Utils::EtherArpHeader::u16protocol |
Definition at line 529 of file netutils.h.
std::uint32_t EMANE::Utils::EtherArpHeader::u32dstProtoAddr |
Definition at line 536 of file netutils.h.
std::uint32_t EMANE::Utils::EtherArpHeader::u32srcProtoAddr |
Definition at line 534 of file netutils.h.
std::uint8_t EMANE::Utils::EtherArpHeader::u8hwAddrLen |
Definition at line 530 of file netutils.h.
std::uint8_t EMANE::Utils::EtherArpHeader::u8protoAddrLen |
Definition at line 531 of file netutils.h.