From owner-freebsd-hackers Mon Mar 12 16:56:48 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from relay2.net.com (relay2.net.com [134.56.3.108]) by hub.freebsd.org (Postfix) with ESMTP id 8038137B718 for ; Mon, 12 Mar 2001 16:56:37 -0800 (PST) (envelope-from shankar_agarwal@net.com) Received: from isis.net.com (fremont-ns1.net.com [134.56.112.20]) by relay2.net.com (8.9.3/8.9.3) with ESMTP id OAA20546 for ; Tue, 13 Mar 2001 14:13:12 -0800 (PST) Received: from west-mail.net.com by isis.net.com (8.9.3/SMI-SVR4) id QAA09500; Mon, 12 Mar 2001 16:56:22 -0800 (PST) Received: from net.com ([134.56.103.239]) by west-mail.net.com (Netscape Messaging Server 3.6) with ESMTP id AAA275 for ; Mon, 12 Mar 2001 16:57:38 -0800 Message-ID: <3AAD7114.A01DE452@net.com> Date: Mon, 12 Mar 2001 17:00:04 -0800 From: Shankar Agarwal Organization: N.E.T. http://www.net.com X-Mailer: Mozilla 4.61C-NETv45 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en, en-GB, fr, de MIME-Version: 1.0 To: bsd hackers Subject: Question regarding the funcation socket()... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to find out where the function socket() is actually defined. I did a search on the sources and i kind of could not locate this function. Also i could not find the code for the funcation bind() connect() etc. I think i might be missing something here as i am directly looking for a function with a name socket, bind and connect. So if that wrong then i will be grateful to you if you let me know the correct way to do it. Moreover is see __P with all the function prototypes. Can anyone tell me what do they mean. I am right now assuming for my work that they just mean blank. Thanks Regards Shankar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message