Public Member Functions

etharp_hdr Struct Reference

the ARP message, see RFC 826 ("Packet format") More...

#include <etharp.h>

List of all members.

Public Member Functions

 PACK_STRUCT_FIELD (u16_t hwtype)
 PACK_STRUCT_FIELD (u16_t proto)
 PACK_STRUCT_FIELD (u8_t hwlen)
 PACK_STRUCT_FIELD (u8_t protolen)
 PACK_STRUCT_FIELD (u16_t opcode)
 PACK_STRUCT_FIELD (struct eth_addr shwaddr)
 PACK_STRUCT_FIELD (struct ip_addr2 sipaddr)
 PACK_STRUCT_FIELD (struct eth_addr dhwaddr)
 PACK_STRUCT_FIELD (struct ip_addr2 dipaddr)

Detailed Description

the ARP message, see RFC 826 ("Packet format")


Member Function Documentation

etharp_hdr::PACK_STRUCT_FIELD ( u16_t  hwtype  ) 
etharp_hdr::PACK_STRUCT_FIELD ( struct ip_addr2  dipaddr  ) 
etharp_hdr::PACK_STRUCT_FIELD ( struct eth_addr  dhwaddr  ) 
etharp_hdr::PACK_STRUCT_FIELD ( struct ip_addr2  sipaddr  ) 
etharp_hdr::PACK_STRUCT_FIELD ( struct eth_addr  shwaddr  ) 
etharp_hdr::PACK_STRUCT_FIELD ( u16_t  opcode  ) 
etharp_hdr::PACK_STRUCT_FIELD ( u8_t  protolen  ) 
etharp_hdr::PACK_STRUCT_FIELD ( u8_t  hwlen  ) 
etharp_hdr::PACK_STRUCT_FIELD ( u16_t  proto  ) 

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines