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: 1104456 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-102233-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="YdaWjDKt"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4592RM6xwfz9sB8 for ; Fri, 24 May 2019 07:18:23 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=c6qTrqtz1ENtFmlKUzMCYhMbnMwK9 osZJEeBa0jtmGfipmriX+Hi+5+UerwSZp5Dubs1O9oSltG8y5YiFhGWUBvKLGKhP LYisICaXEiH8gIX5FK+kMMeNprRasdBcM96sqh74iUZjLz1YpBfztiEmWwZ4nFuR PLXNaPHvg1nGVM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=aU6lSp151DJlP4TaFOpaMs0Gi9Q=; b=Yda WjDKtSyzaZtQyLZuLIPWAfQdDDyXGDRXUxW7Z6QQ6rHnGgTTNIbZ5fqALBHe5Drf mf++LZYBjFAG2fL4qTkXmpmMC+1rWd9Q5pDpoTeunM8X9F9loCLQFeB3JqpSIxDo 0PY5a1ymwYm/TWba9iB5RYtGatf09lBhiUdVTkF4= 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 */