From owner-freebsd-questions Wed Mar 28 19:26:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f25.law14.hotmail.com [64.4.21.25]) by hub.freebsd.org (Postfix) with ESMTP id D38C937B71B for ; Wed, 28 Mar 2001 19:26:26 -0800 (PST) (envelope-from netbsdadvocate@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 28 Mar 2001 19:26:25 -0800 Received: from 63.254.191.21 by lw14fd.law14.hotmail.msn.com with HTTP; Thu, 29 Mar 2001 03:26:25 GMT X-Originating-IP: [63.254.191.21] From: "Arthur Munn" To: freebsd-questions@freebsd.org Subject: header files for sockets Date: Wed, 28 Mar 2001 22:26:25 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 29 Mar 2001 03:26:25.0951 (UTC) FILETIME=[092822F0:01C0B800] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello everyone, I am just now learning about sockets in FreeBSD. I have managed to find some great freely available docs online, but there is a problem, the header files they tell you to include are no longer correct. So what I would like to know is the header files I will need to include to work with sockets. If that is not specific enough, here is a brief summary of the system calls i will need to use: socketpair(); socket(); bind(); connect(); listen(); sendto(); recvfrom(); send(); recv(); ok thats about the gist of it, so if anyone know the header files I need to include to access those systems calls it would be great, because the only way i am ever gonna really learn this is if i get in there and code :-) _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message