io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
Macros
Application.h File Reference
#include <stdint.h>

Go to the source code of this file.

Macros

#define SOCK_TCP4   (Sn_MR_TCP)
 
#define SOCK_TCP6   (Sn_MR_TCP6)
 
#define SOCK_TCPD   (Sn_MR_TCPD)
 
#define SOCK_UDP4   (Sn_MR_UDP4)
 
#define SOCK_UDP6   (Sn_MR_UDP6)
 
#define SOCK_UDPD   (Sn_MR_UDPD)
 
#define AS_IPV4   2
 
#define AS_IPV6   23
 
#define AS_IPDUAL   11
 

Macro Definition Documentation

◆ SOCK_TCP4

#define SOCK_TCP4   (Sn_MR_TCP)

Definition at line 7 of file Application.h.

◆ SOCK_TCP6

#define SOCK_TCP6   (Sn_MR_TCP6)

Definition at line 8 of file Application.h.

◆ SOCK_TCPD

#define SOCK_TCPD   (Sn_MR_TCPD)

Definition at line 9 of file Application.h.

◆ SOCK_UDP4

#define SOCK_UDP4   (Sn_MR_UDP4)

Definition at line 11 of file Application.h.

◆ SOCK_UDP6

#define SOCK_UDP6   (Sn_MR_UDP6)

Definition at line 12 of file Application.h.

◆ SOCK_UDPD

#define SOCK_UDPD   (Sn_MR_UDPD)

Definition at line 13 of file Application.h.

◆ AS_IPV4

#define AS_IPV4   2

Definition at line 15 of file Application.h.

◆ AS_IPV6

#define AS_IPV6   23

Definition at line 16 of file Application.h.

◆ AS_IPDUAL

#define AS_IPDUAL   11

Definition at line 17 of file Application.h.