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

Network Information for _WIZCHIP_. More...

#include <wizchip_conf.h>

Data Fields

uint8_t mac [6]
 Source Hardware Address. More...
 
uint8_t ip [4]
 Source IPv4 Address. More...
 
uint8_t sn [4]
 Subnet Mask value. More...
 
uint8_t gw [4]
 Gateway IPv4 Address. More...
 
uint8_t lla [16]
 Source Link Local Address. More...
 
uint8_t gua [16]
 Source Global Unicast Address. More...
 
uint8_t sn6 [16]
 IPv6 Prefix. More...
 
uint8_t gw6 [16]
 Gateway IPv6 Address. More...
 
uint8_t dns [4]
 DNS server IPv4 Address. More...
 
uint8_t dns6 [16]
 DNS server IPv6 Address. More...
 
ipconf_mode ipmode
 IP Configuration Mode. More...
 

Detailed Description

Network Information for _WIZCHIP_.

wiz_NetInfo is a structure type to configure or indicate the network information of _WIZCHIP_.

See also
ctlnetwork(), CN_SET_NETINFO, CN_GET_NETINFO
wizchip_setnetinfo(), wizchip_getnetinfo()

Definition at line 442 of file wizchip_conf.h.

Field Documentation

◆ mac

uint8_t wiz_NetInfo_t::mac[6]

Source Hardware Address.

Definition at line 444 of file wizchip_conf.h.

Referenced by wizchip_getnetinfo(), and wizchip_setnetinfo().

◆ ip

uint8_t wiz_NetInfo_t::ip[4]

Source IPv4 Address.

Definition at line 445 of file wizchip_conf.h.

Referenced by wizchip_getnetinfo(), and wizchip_setnetinfo().

◆ sn

uint8_t wiz_NetInfo_t::sn[4]

Subnet Mask value.

Definition at line 446 of file wizchip_conf.h.

Referenced by wizchip_getnetinfo(), and wizchip_setnetinfo().

◆ gw

uint8_t wiz_NetInfo_t::gw[4]

Gateway IPv4 Address.

Definition at line 447 of file wizchip_conf.h.

Referenced by wizchip_getnetinfo(), and wizchip_setnetinfo().

◆ lla

uint8_t wiz_NetInfo_t::lla[16]

Source Link Local Address.

Definition at line 448 of file wizchip_conf.h.

Referenced by wizchip_getnetinfo(), and wizchip_setnetinfo().

◆ gua

uint8_t wiz_NetInfo_t::gua[16]

Source Global Unicast Address.

Definition at line 449 of file wizchip_conf.h.

Referenced by DHCP_run(), wizchip_getnetinfo(), and wizchip_setnetinfo().

◆ sn6

uint8_t wiz_NetInfo_t::sn6[16]

IPv6 Prefix.

Definition at line 450 of file wizchip_conf.h.

Referenced by wizchip_getnetinfo(), and wizchip_setnetinfo().

◆ gw6

uint8_t wiz_NetInfo_t::gw6[16]

Gateway IPv6 Address.

Definition at line 451 of file wizchip_conf.h.

Referenced by wizchip_getnetinfo(), and wizchip_setnetinfo().

◆ dns

uint8_t wiz_NetInfo_t::dns[4]

DNS server IPv4 Address.

Definition at line 452 of file wizchip_conf.h.

Referenced by wizchip_getnetinfo().

◆ dns6

uint8_t wiz_NetInfo_t::dns6[16]

DNS server IPv6 Address.

Definition at line 453 of file wizchip_conf.h.

◆ ipmode

ipconf_mode wiz_NetInfo_t::ipmode

IP Configuration Mode.

Definition at line 454 of file wizchip_conf.h.


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