mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add IPV6_MULTICAST_ALL from Linux 4.20 to bits/in.h.
This patch adds the IPV6_MULTICAST_ALL constant from Linux 4.20 to bits/in.h. Tested for x86_64. * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MULTICAST_ALL): New macro.
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
2019-01-01 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/bits/in.h (IPV6_MULTICAST_ALL): New
|
||||
macro.
|
||||
|
||||
* sysdeps/unix/sysv/linux/netpacket/packet.h
|
||||
(PACKET_IGNORE_OUTGOING): New macro.
|
||||
|
||||
|
@ -191,6 +191,7 @@ struct in_pktinfo
|
||||
#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
|
||||
|
Reference in New Issue
Block a user