Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

arphdr Struct Reference

#include <if_arp.h>


Data Fields

unsigned short ar_hrd
unsigned short ar_pro
unsigned char ar_hln
unsigned char ar_pln
unsigned short ar_op


Field Documentation

unsigned char arphdr::ar_hln
 

Definition at line 117 of file if_arp.h.

Referenced by arcnetA_rx(), arp_rcv(), arp_send(), mac_process(), process_ARP_packet(), and rarp_rcv().

unsigned short arphdr::ar_hrd
 

Definition at line 115 of file if_arp.h.

Referenced by arp_rcv(), arp_send(), mac_process(), and rarp_rcv().

unsigned short arphdr::ar_op
 

Definition at line 119 of file if_arp.h.

Referenced by arp_rcv(), arp_send(), mac_process(), and rarp_rcv().

unsigned char arphdr::ar_pln
 

Definition at line 118 of file if_arp.h.

Referenced by arcnetA_rx(), arp_rcv(), arp_send(), mac_process(), process_ARP_packet(), and rarp_rcv().

unsigned short arphdr::ar_pro
 

Definition at line 116 of file if_arp.h.

Referenced by arp_rcv(), arp_send(), mac_process(), and rarp_rcv().


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