![]() |
io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
|
#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 |
| #define SOCK_TCP4 (Sn_MR_TCP) |
Definition at line 7 of file Application.h.
| #define SOCK_TCP6 (Sn_MR_TCP6) |
Definition at line 8 of file Application.h.
| #define SOCK_TCPD (Sn_MR_TCPD) |
Definition at line 9 of file Application.h.
| #define SOCK_UDP4 (Sn_MR_UDP4) |
Definition at line 11 of file Application.h.
| #define SOCK_UDP6 (Sn_MR_UDP6) |
Definition at line 12 of file Application.h.
| #define SOCK_UDPD (Sn_MR_UDPD) |
Definition at line 13 of file Application.h.
| #define AS_IPV4 2 |
Definition at line 15 of file Application.h.
| #define AS_IPV6 23 |
Definition at line 16 of file Application.h.
| #define AS_IPDUAL 11 |
Definition at line 17 of file Application.h.
1.8.17