From owner-freebsd-net@FreeBSD.ORG Tue Aug 21 21:14:56 2007 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A176016A468 for ; Tue, 21 Aug 2007 21:14:56 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 94B0013C468 for ; Tue, 21 Aug 2007 21:14:56 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 9AC2A1A4D86; Tue, 21 Aug 2007 13:50:55 -0700 (PDT) Date: Tue, 21 Aug 2007 13:50:55 -0700 From: Alfred Perlstein To: net@freebsd.org Message-ID: <20070821205055.GQ87451@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: Allocating AF constants for vendors. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 21:14:56 -0000 Hello all, I would like to reserve about 64 entries for VENDOR specific address families in sys/socket.h. I think this will allow vendors to comfortably use the array of address families without worrying about overlap with FreeBSD protocols. If no one objects I plan to commit this in the next few days. The format will be along the lines of: AF_VENDOR0 -> AF_VENDOR63 Suggestions? thank you, -- - Alfred Perlstein