io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
Data Fields
wiz_ARP_t Struct Reference

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...
 

Detailed Description

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.

See also
ctlnetservice(), CNS_ARP
IK_SOCKL_TOUT, IK_SOCKL_ARP4, IK_SOCKL_ARP6

Definition at line 547 of file wizchip_conf.h.

Field Documentation

◆ destinfo

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().

◆ dha

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().


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