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

arp Struct Reference
[ARP (Address Resolution Protocol) layer]

#include <arp.h>


Data Fields

uint16_t arp_hard_type
 Format of hardware address.

uint16_t arp_proto_type
 Format of protocol address.

uint8_t arp_hard_size
 Length of hardware address.

uint8_t arp_proto_size
 Length of protocol address.

uint16_t arp_op
 ARP operation code (command).

uint8_t arp_eth_source [6]
 Hardware source address.

uint32_t arp_ip_source
 IP source address.

uint8_t arp_eth_dest [6]
 Hardware destination address.

uint32_t arp_ip_dest
 IP destination address.


Field Documentation

uint8_t arp::arp_eth_dest[6]
 

Hardware destination address.

Definition at line 49 of file arp.h.

uint8_t arp::arp_eth_source[6]
 

Hardware source address.

Definition at line 45 of file arp.h.

uint8_t arp::arp_hard_size
 

Length of hardware address.

Definition at line 39 of file arp.h.

uint16_t arp::arp_hard_type
 

Format of hardware address.

Definition at line 35 of file arp.h.

uint32_t arp::arp_ip_dest
 

IP destination address.

Definition at line 51 of file arp.h.

uint32_t arp::arp_ip_source
 

IP source address.

Definition at line 47 of file arp.h.

uint16_t arp::arp_op
 

ARP operation code (command).

Definition at line 43 of file arp.h.

uint8_t arp::arp_proto_size
 

Length of protocol address.

Definition at line 41 of file arp.h.

uint16_t arp::arp_proto_type
 

Format of protocol address.

Definition at line 37 of file arp.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 20 15:32:21 2004 for Minirighi by doxygen1.2.18