From owner-freebsd-questions@FreeBSD.ORG Sat Sep 30 09:56:53 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C55DB16A417 for ; Sat, 30 Sep 2006 09:56:53 +0000 (UTC) (envelope-from vpaces@chello.sk) Received: from viefep17-int.chello.at (viefep16-int.chello.at [213.46.255.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6CCE43D55 for ; Sat, 30 Sep 2006 09:56:52 +0000 (GMT) (envelope-from vpaces@chello.sk) Received: from localhost ([127.0.0.1]) by viefep17-int.chello.at (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with SMTP id <20060930095650.NMHP18728.viefep17-int.chello.at@localhost> for ; Sat, 30 Sep 2006 11:56:50 +0200 X-Mailer: Openwave WebEngine, version 2.8.16 (webedge20-101-1106-20040809) X-Originating-IP: [85.216.154.110] From: To: Date: Sat, 30 Sep 2006 11:56:50 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Message-Id: <20060930095650.NMHP18728.viefep17-int.chello.at@localhost> Cc: Subject: Question:socket sources 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: Sat, 30 Sep 2006 09:56:53 -0000 Dear FreeBSD team, I decided to contact you because I cannot find some system call C modules for a very long time. I'd like to ask you where can I find sources containing code for socket related system calls like socket, accept, bind, connect .... with interfaces described on FreeBSD MAN pages (system calls). For example: int socket(int domain, int type, int protocol); int bind(int s, const struct sockaddr *addr, socklen_t addrlen); Browsing through your WWW CVS repository I'm just finding sources for MAN pages in directory / src / lib / libc / sys: access.2, connect.2 and so on. But where are the C sources of these calls? Or are the sources of these system calls not available? Thanks for your answer. Best regards, Viliam Paces.