未验证 提交 627a90c2 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #1177 from zhaojuntao/IN6_IS_ADDR_MULTICAST

[dfs] add IN6_IS_ADDR_MULTICAST support
......@@ -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.
先完成此消息的编辑!
想要评论请 注册