projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a61df
)
netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20
author
Szabolcs Nagy
<nsz@port70.net>
Wed, 23 Jan 2019 20:41:29 +0000
(20:41 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 13 Mar 2019 16:32:59 +0000
(12:32 -0400)
ipv6 analogue of IP_MULTICAST_ALL sockopt.
added in linux commit
15033f0457dca569b284bef0c8d3ad55fb37eacb
include/netinet/in.h
patch
|
blob
|
history
diff --git
a/include/netinet/in.h
b/include/netinet/in.h
index 192679a674b94da57e1bf4395b207445157474d2..3ba7546cbad5fe2e9bb5952a22b5b92675fd22a2 100644
(file)
--- 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