Definition at line 142 of file ethernet.h.
Data Fields | |
UINT8 | destination [ETH_ADDRESS_LEN] |
UINT8 | source [ETH_ADDRESS_LEN] |
UINT16 | frame_size |
UINT16 | protocol |
UINT16 | buf_index |
|
destination hardware address as read from the received ethernet packet Definition at line 144 of file ethernet.h. Referenced by NE2000ReceiveFrame(), NE2000WriteEthernetHeader(), and process_ip_in(). |
|
source hardware address as read from the received ethernet packet Definition at line 148 of file ethernet.h. Referenced by NE2000ReceiveFrame(), NE2000WriteEthernetHeader(), and process_ip_in(). |
|
size of the received Ethernet packet Definition at line 152 of file ethernet.h. Referenced by NE2000ReceiveFrame(), process_arp(), and process_ip_in(). |
|
protocol field of the Ethernet header. For now we work with:
Definition at line 155 of file ethernet.h. Referenced by NE2000ReceiveFrame(), NE2000WriteEthernetHeader(), process_arp(), and process_ip_in(). |
|
Address in the Ethernet controllers buffer where data can be read from Definition at line 161 of file ethernet.h. Referenced by NE2000ReceiveFrame(), process_arp(), and process_ip_in(). |