From patchwork Mon Dec 31 22:33:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 1019720 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-98927-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="TEWT2QU6"; 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 43TBss0YBXz9sDP for ; Tue, 1 Jan 2019 09:33:20 +1100 (AEDT) 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=TwnF/IxVI+wnQZ5shjt9DM3/MlS1l VXBte19+9anz7tx4Ogual0McwvwaDfvzLaEUBT981dVFq/M/gaaLcIpqPaEhT0sB c3QETYr9J0V0tnQn5rpO2jiJQSo/BpTiVDPHq8gZCoGkIdlDbOC3ze7Mgc7idj4U Sb6or+W1B7eaIY= 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=krFKvCShER+AVYvufzpbRuBOP3g=; b=TEW T2QU66BDvtL2zvym58e7rZHE2kQhJ9bHjlYWBfNzJAg4d9tCYdlrQT8w4hPPQvAj qFpoUh1cu4GcuvNIubdiaQvUmlb6Q6xteJQWa31uqVWoWE/A/1EUJByiIcnD8O13 ffxdiWeTMy0e6Gcan2gvWxI8Gd1alO/SYmXOCBUc= Received: (qmail 106186 invoked by alias); 31 Dec 2018 22:33:15 -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 106176 invoked by uid 89); 31 Dec 2018 22:33:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=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.2 spammy=Hx-languages-length:749 X-HELO: relay1.mentorg.com Date: Mon, 31 Dec 2018 22:33:06 +0000 From: Joseph Myers To: Subject: Add IPV6_MULTICAST_ALL from Linux 4.20 to bits/in.h Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 This patch adds the IPV6_MULTICAST_ALL constant from Linux 4.20 to bits/in.h. Tested for x86_64. 2018-12-31 Joseph Myers * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MULTICAST_ALL): New macro. diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h index 2c86102629..5716e6475e 100644 --- a/sysdeps/unix/sysv/linux/bits/in.h +++ b/sysdeps/unix/sysv/linux/bits/in.h @@ -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