From owner-freebsd-current@FreeBSD.ORG Sun Mar 25 20:15:31 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A39B41065672 for ; Sun, 25 Mar 2012 20:15:31 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 30B718FC25 for ; Sun, 25 Mar 2012 20:15:30 +0000 (UTC) Received: by bkcjc3 with SMTP id jc3so4851437bkc.13 for ; Sun, 25 Mar 2012 13:15:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=7hvf5F+dHu+wD7gbr9LnqXEqzh/qYHiCbnzxGTEpfYs=; b=NWlOYDWFn3pV5yhGU8Y00qN4Qjz0vlQJya/h2ZXnCyv5EuN7ec0fO4VPmRjpXSnFFM Dyk7D3LAEP4ubpvANjSgqxuUFVLfScSlYhuRxvqxaYI2gaqWJK+zsN5UpukrZTGgZqBh svPVBWFhpOOsI2xNhiNtohkjgNoAktjOxylOGB6kFfQUqmF2aBDT3D/2DWhTCIiXYhJq QEnuNEA24Z/of8ewKbPKShglnw0TCbf/y/fzmi2q4WbZz3UtmMQEPIajg4mDmlqKMpTs CDjIc9ReOW51D8lqdK8fLDZCRxwpJngdknO5Z8JbMpFw74av3OtFs2uGLfMW4/R206re Li4Q== Received: by 10.204.156.217 with SMTP id y25mr7564304bkw.36.1332706529908; Sun, 25 Mar 2012 13:15:29 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.202.142 with HTTP; Sun, 25 Mar 2012 13:14:59 -0700 (PDT) In-Reply-To: References: From: Chris Rees Date: Sun, 25 Mar 2012 20:14:59 +0000 X-Google-Sender-Auth: slA0qunPphr_1xCRiGwuTGFE6wI Message-ID: To: Iurie Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: hi-- looking for some help X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2012 20:15:31 -0000 On 19 March 2012 23:21, Iurie wrote: > hi > i saw your email inthe following link: > http://lists.freebsd.org/pipermail/freebsd-current/2011-August/026412.html > > im studying in portugal and in have acourse about pc networking. > there i have propossed to implement exactly the same thing as you have > described in your email. > i would like to know if ou can give me the source code of it to take some > inspiration. > if not can you at least tell me briefly how that is done? > or at least from where i must begin to have any idea about how that is done? > or at least where i can look at some code to have some clues on how that is > done? > > i need it to be done in c for linux > > i thnk you in advance for your answer All of the source for FreeBSD is available by svn or cvsup. http://svnweb.freebsd.org/base/head/ and can be checked out using: svn co http://svn.freebsd.org/base/head/ Chris