io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
Application.h
Go to the documentation of this file.
1 #ifndef _APPLICATION_H_
2 #define _APPLICATION_H_
3 
4 #include <stdint.h>
5 
6 
7 #define SOCK_TCP4 (Sn_MR_TCP)
8 #define SOCK_TCP6 (Sn_MR_TCP6)
9 #define SOCK_TCPD (Sn_MR_TCPD)
10 
11 #define SOCK_UDP4 (Sn_MR_UDP4)
12 #define SOCK_UDP6 (Sn_MR_UDP6)
13 #define SOCK_UDPD (Sn_MR_UDPD)
14 
15 #define AS_IPV4 2
16 #define AS_IPV6 23
17 #define AS_IPDUAL 11
18 #endif