ether_arp Struct Reference

Collaboration diagram for ether_arp:

Collaboration graph
[legend]

Detailed Description

Ethernet ARP protocol structure.

See RFC 826 for protocol description.

Definition at line 152 of file if_ether.h.

Data Fields

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


Field Documentation

ARPHDR ether_arp::ea_hdr

Fixed-size header.

Definition at line 153 of file if_ether.h.

Referenced by NutArpAllocNetBuf(), and NutArpInput().

u_char ether_arp::arp_sha[6]

Source hardware address.

Definition at line 154 of file if_ether.h.

Referenced by NutArpInput(), and NutArpOutput().

u_long ether_arp::arp_spa

Source protocol address.

Definition at line 155 of file if_ether.h.

Referenced by NutArpInput(), and NutArpOutput().

u_char ether_arp::arp_tha[6]

Target hardware address.

Definition at line 156 of file if_ether.h.

Referenced by NutArpAllocNetBuf(), and NutArpOutput().

u_long ether_arp::arp_tpa

Target protocol address.

Definition at line 157 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/