diff options
author | Szabolcs Nagy <nsz@port70.net> | 2019-01-23 20:41:29 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019-03-13 12:32:59 -0400 |
commit | 0b026bbd69ac4f35e08b9ab800b7467eba7cb414 (patch) | |
tree | 6d8338a6de856c75dabee29bbef4861b43d12132 | |
parent | c6a61df183104616ed3d4c68922752623545af16 (diff) | |
download | musl-0b026bbd69ac4f35e08b9ab800b7467eba7cb414.tar.gz musl-0b026bbd69ac4f35e08b9ab800b7467eba7cb414.tar.xz musl-0b026bbd69ac4f35e08b9ab800b7467eba7cb414.zip |
netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20
ipv6 analogue of IP_MULTICAST_ALL sockopt. added in linux commit 15033f0457dca569b284bef0c8d3ad55fb37eacb
-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 192679a6..3ba7546c 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -335,6 +335,7 @@ struct ip6_mtuinfo { #define IPV6_V6ONLY 26 #define IPV6_JOIN_ANYCAST 27 #define IPV6_LEAVE_ANYCAST 28 +#define IPV6_MULTICAST_ALL 29 #define IPV6_IPSEC_POLICY 34 #define IPV6_XFRM_POLICY 35 #define IPV6_HDRINCL 36 |