io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
Data Structures | Typedefs | Enumerations
DATA TYPE

Data Structures

struct  __WIZCHIP_T__
 Callback function set for _WIZCHIP_. More...
 
struct  wiz_PhyConf_t
 Ethernet PHY operation mode configuration. More...
 
struct  wiz_NetInfo_t
 Network Information for _WIZCHIP_. More...
 
struct  wiz_NetTimeout_t
 Network Timeout for _WIZCHIP_. More...
 
struct  wiz_IPAddress_t
 Destination Information for Network Service of _WIZCHIP_. More...
 
struct  wiz_Prefix_t
 Prefix Information. More...
 
struct  wiz_ARP_t
 Destination Information & Destination Hardware Address for CNS_ARP. More...
 
struct  wiz_PING_t
 Destination Information & Destination Hardware Address for CNS_ARP. More...
 

Typedefs

typedef struct __WIZCHIP_T__ _WIZCHIP_T_
 Callback function set for _WIZCHIP_. More...
 
typedef struct wiz_PhyConf_t wiz_PhyConf
 Ethernet PHY operation mode configuration. More...
 
typedef struct wiz_NetInfo_t wiz_NetInfo
 Network Information for _WIZCHIP_. More...
 
typedef struct wiz_NetTimeout_t wiz_NetTimeout
 Network Timeout for _WIZCHIP_. More...
 
typedef struct wiz_IPAddress_t wiz_IPAddress
 Destination Information for Network Service of _WIZCHIP_. More...
 
typedef struct wiz_Prefix_t wiz_Prefix
 Prefix Information. More...
 
typedef struct wiz_ARP_t wiz_ARP
 Destination Information & Destination Hardware Address for CNS_ARP. More...
 
typedef struct wiz_PING_t wiz_PING
 Destination Information & Destination Hardware Address for CNS_ARP. More...
 

Enumerations

enum  sockint_kind {
  SIK_CONNECTED = (1 << 0), SIK_DISCONNECTED = (1 << 1), SIK_RECEIVED = (1 << 2), SIK_TIMEOUT = (1 << 3),
  SIK_SENT = (1 << 4), SIK_ALL = 0x1F
}
 The kind of SOCKET Interrupt. More...
 
enum  ctlsock_type {
  CS_SET_IOMODE, CS_GET_IOMODE, CS_GET_MAXTXBUF, CS_GET_MAXRXBUF,
  CS_CLR_INTERRUPT, CS_GET_INTERRUPT, CS_SET_INTMASK, CS_GET_INTMASK,
  CS_SET_PREFER, CS_GET_PREFER
}
 The type of ctlsocket(). More...
 
enum  sockopt_type {
  SO_FLAG, SO_TTL, SO_TOS, SO_MSS,
  SO_DESTIP, SO_DESTPORT, SO_KEEPALIVESEND, SO_KEEPALIVEAUTO,
  SO_SENDBUF, SO_RECVBUF, SO_STATUS, SO_EXTSTATUS,
  SO_REMAINSIZE, SO_MODE, SO_PACKINFO
}
 The type of socket option in setsockopt() or getsockopt() More...
 
enum  ctlwizchip_type {
  CW_SYS_LOCK, CW_SYS_UNLOCK, CW_GET_SYSLOCK, CW_RESET_WIZCHIP,
  CW_INIT_WIZCHIP, CW_GET_INTERRUPT, CW_CLR_INTERRUPT, CW_SET_INTRMASK,
  CW_GET_INTRMASK, CW_SET_INTRTIME, CW_GET_INTRTIME, CW_SET_IEN,
  CW_GET_IEN, CW_GET_ID, CW_GET_VER, CW_SET_SYSCLK,
  CW_GET_SYSCLK, CW_RESET_PHY, CW_SET_PHYCONF, CW_GET_PHYCONF,
  CW_GET_PHYSTATUS, CW_SET_PHYPOWMODE, CW_GET_PHYPOWMODE, CW_GET_PHYLINK
}
 _WIZCHIP_ Control Type Enumeration. More...
 
enum  ctlnetwork_type {
  CN_SET_NETINFO, CN_GET_NETINFO, CN_SET_NETMODE, CN_GET_NETMODE,
  CN_SET_TIMEOUT, CN_GET_TIMEOUT, CN_SET_PREFER, CN_GET_PREFER
}
 Network control type enumeration. More...
 
enum  ctlnetservice_type {
  CNS_ARP, CNS_PING, CNS_DAD, CNS_SLAAC,
  CNS_UNSOL_NA, CNS_GET_PREFIX
}
 Network Service Control Type enumeration. More...
 
enum  intr_kind {
  IK_PPPOE_TERMINATED = (1 << 0), IK_DEST_UNREACH = (1 << 1), IK_IP_CONFLICT = (1 << 2), IK_DEST_UNREACH6 = (1 << 4),
  IK_WOL = (1 << 7), IK_NET_ALL = (0x97), IK_SOCK_0 = (1 << 8), IK_SOCK_1 = (1 << 9),
  IK_SOCK_2 = (1 << 10), IK_SOCK_3 = (1 << 11), IK_SOCK_4 = (1 << 12), IK_SOCK_5 = (1 << 13),
  IK_SOCK_6 = (1 << 14), IK_SOCK_7 = (1 << 15), IK_SOCK_ALL = (0xFF << 8), IK_SOCKL_TOUT = (1 << 16),
  IK_SOCKL_ARP4 = (1 << 17), IK_SOCKL_PING4 = (1 << 18), IK_SOCKL_ARP6 = (1 << 19), IK_SOCKL_PING6 = (1 << 20),
  IK_SOCKL_NS = (1 << 21), IK_SOCKL_RS = (1 << 22), IK_SOCKL_RA = (1 << 23), IK_SOCKL_ALL = (0xFF << 16),
  IK_INT_ALL = (0x00FFFF97)
}
 Interrupt Kind. More...
 
enum  ipconf_mode {
  NETINFO_NONE = 0x00, NETINFO_STATIC_V4 = 0x01, NETINFO_STATIC_V6 = 0x02, NETINFO_STATIC_ALL = 0x03,
  NETINFO_SLAAC_V6 = 0x04, NETINFO_DHCP_V4 = 0x10, NETINFO_DHCP_V6 = 0x20, NETINFO_DHCP_ALL = 0x30
}
 IP Address Configuration Mode. More...
 
enum  netmode_type {
  NM_IPB_V4 = (1 << 0), NM_IPB_V6 = (1 << 1), NM_WOL = (1 << 2), NM_PB6_MULTI = (1 << 4),
  NM_PB6_ALLNODE = (1 << 5), NM_MR_MASK = (0x37), NM_PPPoE = (1 << 8), NM_DHA_SELECT = (1 << 15),
  NM_MR2_MASK = (0x09<<8), NM_PB4_ALL = (1 << 16), NM_TRSTB_V4 = (1 << 17), NM_PARP_V4 = (1 << 18),
  NM_UNRB_V4 = (1 << 19), NM_NET4_MASK = (0x0F << 16), NM_PB6_ALL = (1 << 24), NM_TRSTB_V6 = (1 << 25),
  NM_PARP_V6 = (1 << 26), NM_UNRB_V6 = (1 << 27), NM_NET6_MASK = (0x0F << 24), NM_MASK_ALL = (0x0F0F0937)
}
 Network mode Configuration. More...
 

Detailed Description

Typedef Documentation

◆ _WIZCHIP_T_

typedef struct __WIZCHIP_T__ _WIZCHIP_T_

Callback function set for _WIZCHIP_.

__WIZCHIP_T__ is a structure type to provide the callback function set
* which is called instead of the default functions
in order to your HOST dependent functions can access to _WIZCHIP_.

Note
If it is not registered, the default function is called.
See also
WIZCHIP_READ(), WIZCHIP_WRITE(), WIZCHIP_READ_BUF(), WIZCHIP_WRITE_BUF()
reg_wizchip_cris_cbfunc(), reg_wizchip_cs_cbfunc(), reg_wizchip_bus_cbfunc(), reg_wizchip_spi_cbfunc()

◆ wiz_PhyConf

typedef struct wiz_PhyConf_t wiz_PhyConf

Ethernet PHY operation mode configuration.

wiz_PhyConf is a structure type to configure or
indicate the PHY operation mode such as auto-negotiation, speed, and duplex.

Note
If _PHY_IO_MODE_ is defined with _PHY_IO_MODE_PHYCR_,
the PHY operation mode is configured by _PHYCR0_ and is indicated by _PHYSR_.
Otherwise, the PHY operation mode is configured or indicated by two MDC/MDIO signal of MII.
In order to apply wiz_PhyConf to the integrated Ethernet PHY,
It needs to reset the PHY by calling ctlwizchip(CW_RESET_PHY)
See also
ctlwizchip(), CW_SET_PHYCONF, CW_GET_PHYCONF, CW_RESET_PHY
wizphy_setphyconf(), wizphy_getphyconf(), wizphy_reset()

◆ wiz_NetInfo

typedef struct wiz_NetInfo_t wiz_NetInfo

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

◆ wiz_NetTimeout

Network Timeout for _WIZCHIP_.

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

See also
ctlnetwork(), CN_SET_TIMEOUT, CN_GET_TIMEOUT
wizchip_settimeout(), wizchip_gettimeout()

◆ wiz_IPAddress

Destination Information for Network Service of _WIZCHIP_.

wiz_NetInfo is a structure type to configure or indicate a destination information of network service.

See also
ctlnetservice(), CNS_ARP, CNS_PING
IK_SOCKL_TOUT, IK_SOCKL_ARP4, IK_SOCKL_ARP6, IK_SOCKL_PING4, IK_SOCKL_PING6

◆ wiz_Prefix

typedef struct wiz_Prefix_t wiz_Prefix

Prefix Information.

wiz_Prefix is a structure type to indicate a prefix information(0x03) of received RA message from a router.

See also
ctlnetservice(), CNS_SLAAC, IK_SOCKL_RS
IK_SOCKL_TOUT, IK_SOCKL_RA, CNS_GET_PREFIX

◆ wiz_ARP

typedef struct wiz_ARP_t wiz_ARP

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

◆ wiz_PING

typedef struct wiz_PING_t wiz_PING

Destination Information & Destination Hardware Address for CNS_ARP.

wiz_PING is a structure type to set a ID, sequence number, destination IP address for PING-request.

See also
ctlnetservice(), CNS_PING
IK_SOCKL_TOUT, IK_SOCKL_PING4, IK_SOCKL_PING6

Enumeration Type Documentation

◆ sockint_kind

The kind of SOCKET Interrupt.

See also
_Sn_IR_, _Sn_IMR_, setSn_IR(), getSn_IR(), setSn_IMR(), getSn_IMR()
Enumerator
SIK_CONNECTED 

connected

SIK_DISCONNECTED 

disconnected

SIK_RECEIVED 

data received

SIK_TIMEOUT 

timeout occurred

SIK_SENT 

send ok

SIK_ALL 

all interrupt

Definition at line 403 of file socket.h.

◆ ctlsock_type

The type of ctlsocket().

Enumerator
CS_SET_IOMODE 

set SOCKET IO mode with SOCK_IO_BLOCK or SOCK_IO_NONBLOCK

CS_GET_IOMODE 

get SOCKET IO mode

CS_GET_MAXTXBUF 

get the size of SOCKET TX buffer allocated in TX memory

CS_GET_MAXRXBUF 

get the size of SOCKET RX buffer allocated in RX memory

CS_CLR_INTERRUPT 

clear the interrupt of SOCKET with sockint_kind.

CS_GET_INTERRUPT 

get the SOCKET interrupt. refer to sockint_kind.

CS_SET_INTMASK 

set the interrupt mask of SOCKET with sockint_kind.

CS_GET_INTMASK 

get the masked interrupt of SOCKET. refer to sockint_kind.

CS_SET_PREFER 

set the preferred source IPv6 address of transmission packet.
Refer to SRCV6_PREFER_AUTO, SRCV6_PREFER_LLA and SRCV6_PREFER_GUA.

CS_GET_PREFER 

get the preferred source IPv6 address of transmission packet.
Refer to SRCV6_PREFER_AUTO, SRCV6_PREFER_LLA and SRCV6_PREFER_GUA.

Definition at line 417 of file socket.h.

◆ sockopt_type

The type of socket option in setsockopt() or getsockopt()

Enumerator
SO_FLAG 

Valid only in getsockopt(), For set flag of socket refer to flag in socket().
.

SO_TTL 

Set/Get TTL. ( setSn_TTLR(), getSn_TTLR() )
.

SO_TOS 

Set/Get TOS. ( setSn_TOSR(), getSn_TOSR() )

SO_MSS 

Set/Get MSS. ( setSn_MSSR(), getSn_MSSR() )

SO_DESTIP 

Set/Get the destination IP address with argument wiz_IPAddress. To get it, SOCKETn should be TCP mode.

SO_DESTPORT 

Set/Get the destination Port number. To get it, SOCKETn should be TCP mode.

SO_KEEPALIVESEND 

Valid only in setsockopt(). Manually send keep-alive packet in TCP mode.

SO_KEEPALIVEAUTO 

Set/Get keep-alive auto transmission timer in TCP mode.

SO_SENDBUF 

Valid only in getsockopt(). Get the free data size of SOCKETn TX buffer. getSn_TX_FSR()

SO_RECVBUF 

Valid only in getsockopt(). Get the received data size in SOCKETn RX buffer. getSn_RX_RSR()

SO_STATUS 

Valid only in getsockopt(). Get the SOCKETn status. getSn_SR()

SO_EXTSTATUS 

Valid only in getsockopt(). Get the extended TCP SOCKETn status. getSn_ESR()

SO_REMAINSIZE 

Valid only in getsockopt(). Get the remained packet size in non-TCP mode.

SO_MODE 
SO_PACKINFO 

Valid only in getsockopt(). Get the packet information as PACK_FIRST, PACK_REMAINED, and etc.

Definition at line 436 of file socket.h.

◆ ctlwizchip_type

_WIZCHIP_ Control Type Enumeration.

ctlwizchip_type includes a general control function for _WIZCHIP_ and the integrated Ethernet PHY.

Note
If _PHY_IO_MODE_ is _PHY_IO_MODE_PHYCR_,
the PHY control types such as following can configure the integrate PHY thru _PHYCR0_ & _PHYCR1_, or indicate thru or _PHYSR_.
See also
ctlwizchip()
Enumerator
CW_SYS_LOCK 

Lock or Unlock _WIZCHIP_ with SYS_CHIP_LOCK, SYS_PHY_LOCK, and SYS_NET_LOCK.

CW_SYS_UNLOCK 

Lock or Unlock _WIZCHIP_ with SYS_CHIP_LOCK, SYS_PHY_LOCK, and SYS_NET_LOCK.

CW_GET_SYSLOCK 

Get the lock status of _WIZCHIP_ with SYS_CHIP_LOCK, SYS_PHY_LOCK, and SYS_NET_LOCK.

CW_RESET_WIZCHIP 

Reset _WIZCHIP_ by software.

CW_INIT_WIZCHIP 

Initialize to SOCKETn buffer size with n byte array typed uint8_t.

CW_GET_INTERRUPT 

Get the interrupt status with intr_kind.

CW_CLR_INTERRUPT 

Clear the interrupt with intr_kind.

CW_SET_INTRMASK 

Set the interrupt mask with intr_kind.

CW_GET_INTRMASK 

Get the interrupt mask with intr_kind.

CW_SET_INTRTIME 

Set the interrupt pending time.

CW_GET_INTRTIME 

Get the interrupt pending time.

CW_SET_IEN 

Set the global interrupt enable only when SYS_CHIP_LOCK is not set.

CW_GET_IEN 

Get the global interrupt enable.

CW_GET_ID 

Get _WIZCHIP_ name.

CW_GET_VER 

Get the version of TCP/IP TOE engine.

CW_SET_SYSCLK 

Set the system clock with SYSCLK_100MHZ or SYSCLK_10MHZ only when SYS_CHIP_LOCK is unlock.

CW_GET_SYSCLK 

Get the system clock with SYSCLK_100MHZ or SYSCLK_10MHZ.

CW_RESET_PHY 

Reset PHY.

CW_SET_PHYCONF 

Set PHY operation mode (Manual/Auto, 10/100, Half/Full) with wiz_PhyConf.

CW_GET_PHYCONF 

Get PHY operation mode (Manual/Auto, 10/100, Half/Full) with wiz_PhyConf.

CW_GET_PHYSTATUS 

Get real operation mode with wiz_PhyConf when PHY is linked up.

CW_SET_PHYPOWMODE 

Set PHY power mode with PHY_POWER_NORM or PHY_POWER_DOWN.

CW_GET_PHYPOWMODE 

Get PHY Power mode with PHY_POWER_NORM or PHY_POWER_DOWN.

CW_GET_PHYLINK 

Get PHY Link status with PHY_LINK_ON or PHY_LINK_OFF.

Definition at line 239 of file wizchip_conf.h.

◆ ctlnetwork_type

Network control type enumeration.

ctlnetwork_type includes a general network configuration function for _WIZCHIP_.

See also
ctlnetwork().
Enumerator
CN_SET_NETINFO 

Set Network with wiz_NetInfo.

CN_GET_NETINFO 

Get Network with wiz_NetInfo.

CN_SET_NETMODE 

Set network mode with netmode_type.

CN_GET_NETMODE 

Get network mode with netmode_type.

CN_SET_TIMEOUT 

Set network timeout with wiz_NetTimeout.

CN_GET_TIMEOUT 

Get network timeout with wiz_NetTimeout.

CN_SET_PREFER 

Set the preferred source IPv6 address of _SLCR_.
Refer to IPV6_ADDR_AUTO, IPV6_ADDR_LLA, IPV6_ADDR_GUA.

CN_GET_PREFER 

Get the preferred source IPv6 address of _SLCR_.
Refer to IPV6_ADDR_AUTO, IPV6_ADDR_LLA, IPV6_ADDR_GUA.

Definition at line 278 of file wizchip_conf.h.

◆ ctlnetservice_type

Network Service Control Type enumeration.

ctlnetservice_type includes network management or monitor functions for _WIZCHIP_.

See also
ctlnetservice(), wiz_IPAddress, wiz_Prefix
Enumerator
CNS_ARP 

ARP process with wiz_IPAddress.

CNS_PING 

PING process with wiz_IPAddress.

CNS_DAD 

Duplicated IPv6 Address Detection.

CNS_SLAAC 

Stateless Address Auto-configuration(SLAAC) with wiz_Prefix.

CNS_SLAAC sends first RS message to all-router and then receives RA message from a router.

Note
It is valid only when the first received RA option is the source link-layer address(0x01) and the second is prefix information(0x03).
Refer to SLIR_RS.
See also
ctlnetservice()
CNS_GET_PREFIX
CNS_UNSOL_NA 

Unsolicited Neighbor Advertisement for update _WIZCHIP_ network information to neighbors.

CNS_GET_PREFIX 

Get prefix information with wiz_Prefix.

CNS_GET_PREFIX can get prefix information of RA message to be sent by a router without RS message.

Note
It is valid only when IK_SOCKL_RA is set and the prefix information(0x03) of RA option is first received.
See also
ctlnetservice()
CNS_SLAAC

Definition at line 296 of file wizchip_conf.h.

◆ intr_kind

enum intr_kind

Interrupt Kind.

intr_kind can be used as the interrupt bits of _IR_, _SIR_, and _SLIR_,
It can be used as the interrupt mask bits of _IMR_, _SIMR_, and _SLIMR_,
and also, It can be used as the interrupt clear bits of _IRCLR_, _Sn_IRCLR_, and _SLIRCLR_.

Note
It can be used with OR operation.
See also
ctlwizchip(), CW_GET_INTERRUPT, CW_CLR_INTERRUPT, CW_GET_INTRMASK, CW_SET_INTRMASK
ctlnetservice(), ctlnetservice_type
wizchip_getinterrupt(), wizchip_clrinterrupt(), wizchip_getinterruptmask(), wizchip_setinterruptmask()
Enumerator
IK_PPPOE_TERMINATED 

PPPoE Termination Interrupt.

IK_DEST_UNREACH 

ICMPv4 Destination Unreachable Interrupt.

IK_IP_CONFLICT 

IPv4 Address Conflict Interrupt.

IK_DEST_UNREACH6 

ICMPv6 Destination Unreachable Interrupt.

IK_WOL 

WOL magic packet Interrupt.

IK_NET_ALL 

All Network Interrupt.

IK_SOCK_0 

Socket 0 Interrupt.

IK_SOCK_1 

Socket 1 Interrupt.

IK_SOCK_2 

Socket 2 Interrupt.

IK_SOCK_3 

Socket 3 Interrupt.

IK_SOCK_4 

Socket 4 Interrupt.

IK_SOCK_5 

Socket 5 Interrupt.

IK_SOCK_6 

Socket 6 Interrupt.

IK_SOCK_7 

Socket 7 Interrupt.

IK_SOCK_ALL 

All Socket Interrupt.

IK_SOCKL_TOUT 

_SLCR_ Timeout Interrupt.
Refer to ctlnetservice_type.

IK_SOCKL_ARP4 

_SLCR_ APR4 Interrupt.
Refer to CNS_ARP.

IK_SOCKL_PING4 

_SLCR_ PING4 Interrupt.
Refer to CNS_PING.

IK_SOCKL_ARP6 

_SLCR_ ARP6 Interrupt.
Refer to CNS_ARP.

IK_SOCKL_PING6 

_SLCR_ PING6 Interrupt.
Refer to CNS_PING.

IK_SOCKL_NS 

_SLCR_ NS Interrupt.
Refer to CNS_DAD.

IK_SOCKL_RS 

_SLCR_ RS Interrupt.
Refer to CNS_SLAAC.

IK_SOCKL_RA 

_SLCR_ RA Interrupt.
Refer to CNS_GET_PREFIX.

IK_SOCKL_ALL 

_SLCR_ All Interrupt

IK_INT_ALL 

All Interrupt.

Definition at line 332 of file wizchip_conf.h.

◆ ipconf_mode

IP Address Configuration Mode.

ipconf_mode can be used to save the DHCP mode running on your system.

See also
ctlnetwork(), CN_SET_NETINFO, CN_GET_NETINFO
wizchip_setnetinfo(), wizchip_getnetinfo(), wiz_NetInfo
Enumerator
NETINFO_NONE 

No use DHCP.

NETINFO_STATIC_V4 

Static IPv4 configuration by manually.

NETINFO_STATIC_V6 

Static IPv6 configuration by manually.

NETINFO_STATIC_ALL 

Static IPv4 and IPv6 configuration by manually.

NETINFO_SLAAC_V6 

Stateless Adders Auto Configuration for IPv6.

NETINFO_DHCP_V4 

Dynamic IPv4 configuration from a DHCP sever.

NETINFO_DHCP_V6 

Dynamic IPv6 configuration from a DHCP sever.

NETINFO_DHCP_ALL 

Dynamic IPv4 and IPv6 configuration from a DHCP sever.

Definition at line 423 of file wizchip_conf.h.

◆ netmode_type

Network mode Configuration.

netmode_type includes the network mode control function such as ping, TCP/RST block and etc.

See also
ctlnetwork(), CN_SET_NETMODE, CN_GET_NETMODE
Enumerator
NM_IPB_V4 

IPv4 Packet Block.

NM_IPB_V6 

IPv6 Packet Block.

NM_WOL 

Wake On Lan(WOL) Mode.

NM_PB6_MULTI 

PING6 request from multicasting group address Block.

NM_PB6_ALLNODE 

PING6 request from all-node multicasting address Block.

NM_MR_MASK 

_NETMR_ Mask value

NM_PPPoE 

PPPoE Mode.

NM_DHA_SELECT 

Destination Hardware Address Select.

NM_MR2_MASK 

_NETMR2_ Mask value

NM_PB4_ALL 

All PING4 request Block.

NM_TRSTB_V4 

TCP RST packet for IPv4 Send Block.

NM_PARP_V4 

ARP request for IPv4 before PINGv4 Replay.

NM_UNRB_V4 

Unreachable Destination for IPv4 Block.

NM_NET4_MASK 

_NET4MR_ Mask value

NM_PB6_ALL 

All PING6 request Block.

NM_TRSTB_V6 

TCP RST packet for IPv6 Send Block.

NM_PARP_V6 

ARP request for IPv6 before PINGv4 Replay.

NM_UNRB_V6 

Unreachable Destination for IPv6 Block.

NM_NET6_MASK 

_NET6MR_ Mask value

NM_MASK_ALL 

netmode_type all mask value

Definition at line 463 of file wizchip_conf.h.