add IPV6_HDRINCL socket option from linux v4.5

new in linux commit 715f504b118998c41a2079a17e16bf5a8a114885
same as IP_HDRINCL but for SOL_IPV6 sockets.
This commit is contained in:
Szabolcs Nagy 2016-03-19 13:36:09 +01:00 committed by Rich Felker
parent 84d4f5eee5
commit 8ffa0375f2
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ struct ip6_mtuinfo
#define IPV6_LEAVE_ANYCAST 28 #define IPV6_LEAVE_ANYCAST 28
#define IPV6_IPSEC_POLICY 34 #define IPV6_IPSEC_POLICY 34
#define IPV6_XFRM_POLICY 35 #define IPV6_XFRM_POLICY 35
#define IPV6_HDRINCL 36
#define IPV6_RECVPKTINFO 49 #define IPV6_RECVPKTINFO 49
#define IPV6_PKTINFO 50 #define IPV6_PKTINFO 50