From patchwork Thu May 23 21:18:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 32837 Received: (qmail 67000 invoked by alias); 23 May 2019 21:18:17 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 66927 invoked by uid 89); 23 May 2019 21:18:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:754 X-HELO: relay1.mentorg.com Date: Thu, 23 May 2019 21:18:10 +0000 From: Joseph Myers To: Subject: Add IGMP_MRDISC_ADV from Linux 5.1 to netinet/igmp.h Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 This patch adds the IGMP_MRDISC_ADV macro from Linux 5.1 to netinet/igmp.h. Tested for x86_64. 2019-05-23 Joseph Myers * inet/netinet/igmp.h (IGMP_MRDISC_ADV): New macro. diff --git a/inet/netinet/igmp.h b/inet/netinet/igmp.h index dccdb11eda..451b1abf47 100644 --- a/inet/netinet/igmp.h +++ b/inet/netinet/igmp.h @@ -86,6 +86,7 @@ struct igmp { #define IGMP_MTRACE_RESP 0x1e /* traceroute resp.(to sender)*/ #define IGMP_MTRACE 0x1f /* mcast traceroute messages */ +#define IGMP_MRDISC_ADV 0x30 /* From RFC4286. */ #define IGMP_MAX_HOST_REPORT_DELAY 10 /* max delay for response to */ /* query (in seconds) according */