about summary refs log tree commit diff
path: root/inet
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2019-06-03 11:16:02 +0000
committerJoseph Myers <joseph@codesourcery.com>2019-06-03 11:16:02 +0000
commitdc91a19e6f71e1523f4ac179191a29b2131d74bb (patch)
tree33ddd17b2051966737c84673c5f10b07819079ff /inet
parent6a1a9a495af030c98a06e8874766f59b4f607eb8 (diff)
downloadglibc-dc91a19e6f71e1523f4ac179191a29b2131d74bb.tar.gz
glibc-dc91a19e6f71e1523f4ac179191a29b2131d74bb.tar.xz
glibc-dc91a19e6f71e1523f4ac179191a29b2131d74bb.zip
Add INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to netinet/in.h.
This patch adds INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to
netinet/in.h.

Tested for x86_64.

	* inet/netinet/in.h (INADDR_ALLSNOOPERS_GROUP): New macro.
Diffstat (limited to 'inet')
-rw-r--r--inet/netinet/in.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h
index be87de6462..24caf3c77d 100644
--- a/inet/netinet/in.h
+++ b/inet/netinet/in.h
@@ -204,6 +204,7 @@ enum
 #define INADDR_UNSPEC_GROUP	((in_addr_t) 0xe0000000) /* 224.0.0.0 */
 #define INADDR_ALLHOSTS_GROUP	((in_addr_t) 0xe0000001) /* 224.0.0.1 */
 #define INADDR_ALLRTRS_GROUP    ((in_addr_t) 0xe0000002) /* 224.0.0.2 */
+#define INADDR_ALLSNOOPERS_GROUP ((in_addr_t) 0xe000006a) /* 224.0.0.106 */
 #define INADDR_MAX_LOCAL_GROUP  ((in_addr_t) 0xe00000ff) /* 224.0.0.255 */
 
 #if !__USE_KERNEL_IPV6_DEFS