Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

arphdr Struct Reference

ARP packet header structure. More...

#include <net/if_arp.h>


Data Fields

u_short ar_hrd
 Format of hardware address.

u_short ar_pro
 Format of protocol address.

u_char ar_hln
 Length of hardware address.

u_char ar_pln
 Length of protocol address.

u_short ar_op
 ARP operation.


Detailed Description

ARP packet header structure.


Field Documentation

u_short arphdr::ar_hrd
 

Format of hardware address.

Nut/Net supports ARPHRD_ETHER only.

u_short arphdr::ar_op
 

ARP operation.

May be either ARPOP_REQUEST or ARPOP_REPLY.

u_short arphdr::ar_pro
 

Format of protocol address.

Only ETHERTYPE_IP is supported by Nut/Net.


The documentation for this struct was generated from the following file:
Generated on Thu Jan 30 22:30:56 2003 for EduNet by doxygen1.2.18