提交 938fa117 编写于 作者: M MurphyZhao

[dfs] add IN6_IS_ADDR_MULTICAST support

in components/dfs/filesystems/net/netinet/in.h, add IN6_IS_ADDR_MULTICAST support
上级 3ceadbe7
......@@ -27,4 +27,8 @@
#include <lwip/sockets.h>
#ifndef IN6_IS_ADDR_MULTICAST
#define IN6_IS_ADDR_MULTICAST(a) (((uint8_t *) (a))[0] == 0xff)
#endif
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册