From owner-freebsd-net@FreeBSD.ORG Fri Jan 14 13:48:37 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C950F10656A7 for ; Fri, 14 Jan 2011 13:48:37 +0000 (UTC) (envelope-from pch-b6B5344D9@u-1.phicoh.com) Received: from stereo.hq.phicoh.net (stereo.hq.phicoh.net [130.37.15.35]) by mx1.freebsd.org (Postfix) with ESMTP id 24BCF8FC19 for ; Fri, 14 Jan 2011 13:48:35 +0000 (UTC) Received: from stereo.hq.phicoh.net ([127.0.0.1]) by stereo.hq.phicoh.net with esmtp (Smail #2) id m1PdjrL-0001UiC; Fri, 14 Jan 2011 14:38 +0100 Message-Id: To: freebsd-net@freebsd.org From: Philip Homburg Sender: pch-b6B5344D9@u-1.phicoh.com Date: Fri, 14 Jan 2011 14:38:25 +0100 Subject: Added AI_V4MAPPED and AI_ALL to getaddrinfo.c 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: Fri, 14 Jan 2011 13:48:37 -0000 Hi, I'm using FreeBSD library code for some other project and I needed AI_V4MAPPED and AI_ALL for getaddrinfo. So I wrote some code to support these features. Is anybody interested in this? I can give you patch to an older version of getaddrinfo.c. It needs some work, in particular restoring some partial support for AI_V4MAPPED and AI_ALL that was removed a couple of years ago.