We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7b70ee + d154c3e commit fafe856Copy full SHA for fafe856
components/net/sal_socket/include/sal_socket.h
@@ -85,13 +85,15 @@ typedef uint16_t in_port_t;
85
#define AF_INET6 10
86
#define AF_CAN 29 /* Controller Area Network */
87
#define AF_AT 45 /* AT socket */
88
+#define AF_WIZ 46 /* WIZnet socket */
89
#define PF_INET AF_INET
90
#define PF_INET6 AF_INET6
91
#define PF_UNSPEC AF_UNSPEC
92
#define PF_CAN AF_CAN
93
#define PF_AT AF_AT
94
+#define PF_WIZ AF_WIZ
95
-#define AF_MAX (AF_AT + 1) /* For now.. */
96
+#define AF_MAX (AF_WIZ + 1) /* For now.. */
97
98
#define IPPROTO_IP 0
99
#define IPPROTO_ICMP 1
0 commit comments