From 8ffa0375f2008818f443b4fdc7d481715cd6a5a0 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 19 Mar 2016 13:36:09 +0100 Subject: add IPV6_HDRINCL socket option from linux v4.5 new in linux commit 715f504b118998c41a2079a17e16bf5a8a114885 same as IP_HDRINCL but for SOL_IPV6 sockets. --- include/netinet/in.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/netinet/in.h b/include/netinet/in.h index 622bdfec..04cc81cd 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -344,6 +344,7 @@ struct ip6_mtuinfo #define IPV6_LEAVE_ANYCAST 28 #define IPV6_IPSEC_POLICY 34 #define IPV6_XFRM_POLICY 35 +#define IPV6_HDRINCL 36 #define IPV6_RECVPKTINFO 49 #define IPV6_PKTINFO 50 -- cgit v1.2.1