ETHERARP Struct Reference

Collaboration diagram for ETHERARP:

Collaboration graph
[legend]

Detailed Description

Definition at line 163 of file if_ether.h.


Data Fields

ARPHDR ea_hdr
 Fixed-size header.
uint8_t arp_sha [6]
 Source hardware address.
uint32_t arp_spa
 Source protocol address.
uint8_t arp_tha [6]
 Target hardware address.
uint32_t arp_tpa
 Target protocol address.

Field Documentation

ARPHDR ETHERARP::ea_hdr

Fixed-size header.

Definition at line 164 of file if_ether.h.

Referenced by NutArpAllocNetBuf(), and NutArpInput().

uint8_t ETHERARP::arp_sha[6]

Source hardware address.

Definition at line 165 of file if_ether.h.

Referenced by NutArpInput(), and NutArpOutput().

uint32_t ETHERARP::arp_spa

Source protocol address.

Definition at line 166 of file if_ether.h.

Referenced by NutArpInput(), and NutArpOutput().

uint8_t ETHERARP::arp_tha[6]

Target hardware address.

Definition at line 167 of file if_ether.h.

Referenced by NutArpAllocNetBuf(), and NutArpOutput().

uint32_t ETHERARP::arp_tpa

Target protocol address.

Definition at line 168 of file if_ether.h.

Referenced by NutArpAllocNetBuf(), and NutArpInput().


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/