FreeNOS
|
ARP network packet header. More...
#include <ARP.h>
ARP network packet header.
This header is prepended to every ARP packet send on the actual physical link.
Ethernet::Address ARP::Header::etherSender |
Definition at line 102 of file ARP.h.
Referenced by ARP::process(), ARP::sendReply(), and ARP::sendRequest().
Ethernet::Address ARP::Header::etherTarget |
Definition at line 105 of file ARP.h.
Referenced by ARP::process(), ARP::sendReply(), and ARP::sendRequest().
u8 ARP::Header::hardwareLength |
Definition at line 98 of file ARP.h.
Referenced by ARP::sendReply(), and ARP::sendRequest().
u16 ARP::Header::hardwareType |
Definition at line 96 of file ARP.h.
Referenced by ARP::sendReply(), and ARP::sendRequest().
IPV4::Address ARP::Header::ipSender |
Definition at line 103 of file ARP.h.
Referenced by ARP::process(), ARP::sendReply(), and ARP::sendRequest().
IPV4::Address ARP::Header::ipTarget |
Definition at line 106 of file ARP.h.
Referenced by ARP::process(), ARP::sendReply(), and ARP::sendRequest().
u16 ARP::Header::operation |
Definition at line 100 of file ARP.h.
Referenced by ARP::process(), ARP::sendReply(), and ARP::sendRequest().
u8 ARP::Header::protocolLength |
Definition at line 99 of file ARP.h.
Referenced by ARP::sendReply(), and ARP::sendRequest().
u16 ARP::Header::protocolType |
Definition at line 97 of file ARP.h.
Referenced by ARP::sendReply(), and ARP::sendRequest().