From owner-freebsd-hackers Wed Mar 28 19:25:36 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from hotmail.com (f260.law14.hotmail.com [64.4.20.135]) by hub.freebsd.org (Postfix) with ESMTP id 0A61437B735 for ; Wed, 28 Mar 2001 19:25:31 -0800 (PST) (envelope-from netbsdadvocate@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 28 Mar 2001 19:25:31 -0800 Received: from 63.254.191.21 by lw14fd.law14.hotmail.msn.com with HTTP; Thu, 29 Mar 2001 03:25:30 GMT X-Originating-IP: [63.254.191.21] From: "Arthur Munn" To: freebsd-hackers@freebsd.org Subject: header files for sockets Date: Wed, 28 Mar 2001 22:25:30 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 29 Mar 2001 03:25:31.0155 (UTC) FILETIME=[E87EEE30:01C0B7FF] Sender: owner-freebsd-hackers@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-hackers" in the body of the message