From owner-freebsd-net@FreeBSD.ORG Mon Dec 8 07:58:39 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 C0477106564A for ; Mon, 8 Dec 2008 07:58:39 +0000 (UTC) (envelope-from fernercc@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 7876B8FC20 for ; Mon, 8 Dec 2008 07:58:39 +0000 (UTC) (envelope-from fernercc@gmail.com) Received: by an-out-0708.google.com with SMTP id b6so399522ana.13 for ; Sun, 07 Dec 2008 23:58:38 -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:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=l/em+kQa44V9ddAEajJrX//OTkWtjc713bmeZs/OdWM=; b=GU24iVmqwDLmSC6r3MsJbmJQxw1JrMBUQYgmbrPGg6yJHh310USoVsza/F5dsgEMmI jdSaTCsrDpkrf/ioFry4SvA1k5IPk5/NKtwdUvfqZth2leBBWmLqq288kJf9en8NCa5i ETWKNMpaf3+wATVdEuuhmJoHbNZzxlBNLTb+A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=frjuHimPPP47a6X/V1+D6/JyBEp5is8JRy/N2rupT1HtGxipgSp+1EfEc358JHF6lu +sls6bhoR2HvLHb5PwHHFSoIO/5jtkMabxuKhiqhExURy5t5ZcB9KNNPgl3YX+X6mcH4 X0xSFln71uDKfNdcv3HoMaG56O+i+aGtt6+r0= Received: by 10.100.225.19 with SMTP id x19mr1286533ang.122.1228721301081; Sun, 07 Dec 2008 23:28:21 -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 b14sm5059567ana.12.2008.12.07.23.28.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 07 Dec 2008 23:28:20 -0800 (PST) From: Ferner Cilloniz To: freebsd-net@freebsd.org Content-Type: text/plain Date: Mon, 08 Dec 2008 01:28:21 +0000 Message-Id: <1228699701.4940.2.camel@mobiliare.Belkin> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit Subject: 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 07:58:39 -0000 Hello everyone. I need help with documentation concerning how to send a udp or tcp packet from a kernel module. I have found this information for Linux but not for FreeBSD. Please help me. Thank you :)