From owner-freebsd-questions@FreeBSD.ORG Tue Feb 26 02:48:29 2008 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E290116A403 for ; Tue, 26 Feb 2008 02:48:29 +0000 (UTC) (envelope-from aora57@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.freebsd.org (Postfix) with ESMTP id A2EC513C468 for ; Tue, 26 Feb 2008 02:48:29 +0000 (UTC) (envelope-from aora57@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so2889193wri.3 for ; Mon, 25 Feb 2008 18:48:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=jzkM4VOShRuNc4pSL8orFbny2uVQegP/MVeVrr69zSk=; b=admNq4yfTbjJWvsD6o/buNxnJ9mvCTZyerBI2XddojB+Nsu3mfFP+nUbpQIAS38IA2y4+1jU6lxqUozyleuUInvW455PfYahRlIrd5nkqNGopDnlkpcpqUKW37f0qE5Z9MbnePQKk1j2igiOzjXhDeAtFgk0K1/ZpWmQ3qUWD2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=wD41arLs0p00vDl10Zta8Zmj7RF9dwSjeV4a7iX0hiay913bzerDqMrjo5VxAtehUeRFiXfU8JpbDvppx6wPREhF3z6KnPZPUSHdWGr/PKC704ct3XWm2fYoaFQyCU38vOYMASZj71l5/sbmlcKKg1KDnl9J+RuMmpN/q0SX8rw= Received: by 10.141.29.18 with SMTP id g18mr2769999rvj.162.1203992626071; Mon, 25 Feb 2008 18:23:46 -0800 (PST) Received: by 10.141.90.13 with HTTP; Mon, 25 Feb 2008 18:23:45 -0800 (PST) Message-ID: Date: Mon, 25 Feb 2008 21:23:45 -0500 From: "a arcadia" To: FreeBSD-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Where is connect? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 02:48:30 -0000 This is likely a silly question but where exactly is the source for connect? Under /usr/src/lib/libc/sys there is connect.2 but no connect.c, or any other socket functions for that matter. Thanks Abe