Nut/OS  5.0.5
API Reference
ether_arp Struct Reference

Ethernet ARP protocol structure. More...

#include <netinet/if_ether.h>

Collaboration diagram for ether_arp:
[legend]

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.

Detailed Description

Ethernet ARP protocol structure.

See RFC 826 for protocol description.


Field Documentation

Fixed-size header.

Referenced by NutArpAllocNetBuf(), and NutArpInput().

Source hardware address.

Referenced by NutArpInput(), and NutArpOutput().

Source protocol address.

Referenced by NutArpInput(), and NutArpOutput().

Target hardware address.

Referenced by NutArpAllocNetBuf(), and NutArpOutput().

Target protocol address.

Referenced by NutArpAllocNetBuf(), and NutArpInput().


The documentation for this struct was generated from the following file: