From owner-freebsd-net@FreeBSD.ORG Mon Dec 8 23:29:07 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64DC3106564A for ; Mon, 8 Dec 2008 23:29:07 +0000 (UTC) (envelope-from fernercc@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 147128FC19 for ; Mon, 8 Dec 2008 23:29:06 +0000 (UTC) (envelope-from fernercc@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so568799yxb.13 for ; Mon, 08 Dec 2008 15:29:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=cgBf5v8auq4tswgxmFhwZIUGOF8y2q1hpS58jjzstAo=; b=kkVhzvfv1nIn2CV/ap3/L8FS/PMs2U5/E51B7UZNH0FYQDGk1QxbFWh1aHtWiBdMMv ZWUknmZIXJg6yeGRIhZKq+7BCu28X6w/xmA9APXcXRmB2LSPI8CORzngvTQ3bD65pfp8 UDeHmHZusckN08klsu/3zjSEx1jAaYJOVa1O4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=I37k5ZDNvOukly+I6IBldtORu+ufSZHxnFZ1B3b4TLhUH1sMulwcB73a0MEQ31VIs8 fXzUAMldwjhULUHo6KYb81gcV2Opmaq4jE1e912NiVlMap0S64Fd8fSFHWbJrKVNfZLy GAQyGfgEf4SuKKr93XHcjsxWkQ4P9XXaJ3FGw= Received: by 10.100.92.2 with SMTP id p2mr1814979anb.52.1228778946075; Mon, 08 Dec 2008 15:29:06 -0800 (PST) Received: from ?192.168.2.2? (cpe-70-112-179-136.austin.res.rr.com [70.112.179.136]) by mx.google.com with ESMTPS id c28sm6887111anc.47.2008.12.08.15.29.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Dec 2008 15:29:05 -0800 (PST) From: Ferner Cilloniz To: Julian Elischer In-Reply-To: <493DAC50.5060501@elischer.org> References: <1228699701.4940.2.camel@mobiliare.Belkin> <493CD5AB.8030303@elischer.org> <1228702422.4940.7.camel@mobiliare.Belkin> <493CD98D.7000909@elischer.org> <1228740437.4956.1.camel@mobiliare> <493D6F6E.4020900@elischer.org> <1228753304.4948.6.camel@mobiliare.Belkin> <493DAC50.5060501@elischer.org> Content-Type: text/plain Date: Mon, 08 Dec 2008 17:29:04 +0000 Message-Id: <1228757344.4948.10.camel@mobiliare.Belkin> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: FreeBSD kernel module and sending udp packets X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2008 23:29:07 -0000 Julian, thank you for the reply and for the information :) What I am trying to is send data across the network. I have a created a system call such that i give it a string and the necesarry networking information and it will send it across the network. I just dont know where to start coding this because the information concerning this is very limited. Thank you. On Mon, 2008-12-08 at 15:22 -0800, Julian Elischer wrote: > /usr/src/sys/netgraph/ -- Cilloniz Bicchi, Ferner Research Assistant Dept. of Computer Sciences The University of Texas at Austin http://www.cs.utexas.edu/~fernercc fernercc@cs.utexas.edu