提交 f59cedb5 编写于 作者: R Rich Felker

add IPPROTO_MAX to in.h

上级 695a04fc
......@@ -95,6 +95,7 @@ uint16_t ntohs(uint16_t);
#define IPPROTO_PIM 103
#define IPPROTO_COMP 108
#define IPPROTO_RAW 255
#define IPPROTO_MAX 256
#define IN6_IS_ADDR_UNSPECIFIED(a) \
(((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册