![]() |
io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
|
Destination Information & Destination Hardware Address for CNS_ARP. More...
#include <wizchip_conf.h>
Data Fields | |
| wiz_IPAddress | destinfo |
| Destination IP address for ARP-request. More... | |
| uint8_t | dha [6] |
| Destination Hardware Address when ARP-reply is received from the destination. More... | |
Destination Information & Destination Hardware Address for CNS_ARP.
wiz_ARP is a structure type to set a destination IP address for ARP-request or
indicate a destination hardware address in APR-reply.
Definition at line 547 of file wizchip_conf.h.
| wiz_IPAddress wiz_ARP_t::destinfo |
Destination IP address for ARP-request.
Definition at line 549 of file wizchip_conf.h.
Referenced by wizchip_arp().
| uint8_t wiz_ARP_t::dha[6] |
Destination Hardware Address when ARP-reply is received from the destination.
Definition at line 550 of file wizchip_conf.h.
Referenced by wizchip_arp().
1.8.17