|
@@ -70,6 +70,8 @@
|
|
|
#define __UAPI_DEF_IPV6_MREQ 0
|
|
|
#define __UAPI_DEF_IPPROTO_V6 0
|
|
|
#define __UAPI_DEF_IPV6_OPTIONS 0
|
|
|
+#define __UAPI_DEF_IN6_PKTINFO 0
|
|
|
+#define __UAPI_DEF_IP6_MTUINFO 0
|
|
|
|
|
|
#else
|
|
|
|
|
@@ -84,6 +86,8 @@
|
|
|
#define __UAPI_DEF_IPV6_MREQ 1
|
|
|
#define __UAPI_DEF_IPPROTO_V6 1
|
|
|
#define __UAPI_DEF_IPV6_OPTIONS 1
|
|
|
+#define __UAPI_DEF_IN6_PKTINFO 1
|
|
|
+#define __UAPI_DEF_IP6_MTUINFO 1
|
|
|
|
|
|
#endif /* _NETINET_IN_H */
|
|
|
|
|
@@ -106,6 +110,8 @@
|
|
|
#define __UAPI_DEF_IPV6_MREQ 1
|
|
|
#define __UAPI_DEF_IPPROTO_V6 1
|
|
|
#define __UAPI_DEF_IPV6_OPTIONS 1
|
|
|
+#define __UAPI_DEF_IN6_PKTINFO 1
|
|
|
+#define __UAPI_DEF_IP6_MTUINFO 1
|
|
|
|
|
|
/* Definitions for xattr.h */
|
|
|
#define __UAPI_DEF_XATTR 1
|