diff options
author | Szabolcs Nagy <nsz@port70.net> | 2016-03-19 13:36:09 +0100 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016-03-19 11:31:02 -0400 |
commit | 8ffa0375f2008818f443b4fdc7d481715cd6a5a0 (patch) | |
tree | 2988d2470f86060a88867aca7af5dd6093e2b789 | |
parent | 84d4f5eee5a291dcb25a2a8f781a9a48f70f4731 (diff) | |
download | musl-8ffa0375f2008818f443b4fdc7d481715cd6a5a0.tar.gz musl-8ffa0375f2008818f443b4fdc7d481715cd6a5a0.tar.bz2 musl-8ffa0375f2008818f443b4fdc7d481715cd6a5a0.tar.xz musl-8ffa0375f2008818f443b4fdc7d481715cd6a5a0.zip |
add IPV6_HDRINCL socket option from linux v4.5
new in linux commit 715f504b118998c41a2079a17e16bf5a8a114885
same as IP_HDRINCL but for SOL_IPV6 sockets.
-rw-r--r-- | include/netinet/in.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |