From owner-freebsd-net@FreeBSD.ORG Thu Aug 29 17:44:39 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D7404DEE for ; Thu, 29 Aug 2013 17:44:39 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qe0-x22f.google.com (mail-qe0-x22f.google.com [IPv6:2607:f8b0:400d:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 962F52BB3 for ; Thu, 29 Aug 2013 17:44:39 +0000 (UTC) Received: by mail-qe0-f47.google.com with SMTP id b4so380675qen.20 for ; Thu, 29 Aug 2013 10:44:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=IfNhQ761TGQg32fYKl0LKJwYGK2QmjHF1wl3LBkKJcQ=; b=h81pRuWqE15CXt6wd7x6HuWAYSmKSsNFYr9YcyMEhLuoPTBzBVvmgj+imhSjVc+7OQ h8XLKVu+YLORLR3PJ2FP82chlBvvDH5TjXcWAoPf8xSyzDPNSfWdghlokxVZllOTBVkU GHMEVibfAzNTYwbf2uYOYVDwqhchqXTMCt0F4VHknbpd9iNCBm1P5KeX9iKW8QkkFMd/ D6vBqxmIhDxeOugqjnXLmZBZfECwgz2bTpJ99ebBosZnc29qc3TOKaedMkJc3gUKWXdk VD9cS8yrgpjgjqaxk9IaOyIOPBHfsC/I3bo/RK/SiiyQyVD58V4LTdkOp/2miWeWe8FJ OzhQ== MIME-Version: 1.0 X-Received: by 10.224.42.200 with SMTP id t8mr6471462qae.4.1377798268830; Thu, 29 Aug 2013 10:44:28 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.128.70 with HTTP; Thu, 29 Aug 2013 10:44:28 -0700 (PDT) In-Reply-To: <20130829152847.9AC9514A14E@mail.netbsd.org> References: <20130804191310.2FFBB14A152@mail.netbsd.org> <9813E50B-C557-4FE1-BADF-A2CFFCBB8BD7@felyko.com> <20130804195538.C87A614A135@mail.netbsd.org> <20130804225434.87A9C14A152@mail.netbsd.org> <20130829152847.9AC9514A14E@mail.netbsd.org> Date: Thu, 29 Aug 2013 10:44:28 -0700 X-Google-Sender-Auth: FE7KujQzojcQhCsHhCascVHou_Q Message-ID: Subject: Re: BPF_MISC+BPF_COP and BPF_COPX From: Adrian Chadd To: Mindaugas Rasiukevicius Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: tech-net@netbsd.org, guy@alum.mit.edu, FreeBSD Net X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 17:44:40 -0000 On 29 August 2013 08:28, Mindaugas Rasiukevicius wrote: > I have added these to the NetBSD tree: > > #define BPF_MISCOP(code) ((code) & 0xf8) > #define BPF_TAX 0x00 > +#define BPF_COP 0x20 > +#define BPF_COPX 0x40 > #define BPF_TXA 0x80 > > Would you like to reserve them in FreeBSD as well? > Sure, open up a PR so I at least add them to the tree. Thanks, -adrian