From owner-freebsd-net@FreeBSD.ORG Sun Aug 29 05:16:25 2010 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 B306510656AE for ; Sun, 29 Aug 2010 05:16:25 +0000 (UTC) (envelope-from sadishkr@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7F1638FC17 for ; Sun, 29 Aug 2010 05:16:25 +0000 (UTC) Received: by iwn36 with SMTP id 36so4420105iwn.13 for ; Sat, 28 Aug 2010 22:16:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=b/UZz3rH0mJTFVXQ/c5ejunSx5Q1bXQ3E2Zfx+yrZy4=; b=j+I475LZx1gyzK7rXxY3KvScl+aSTyicVT6PwWxvjlSe6Gr0jPoSF/H+aYsWigblJi 86NlwgtXAdnfLJ87J9gZ/1ezotrRtvmJ+rPBZtY42tzj9qvGLsa0JSu12xvSn7NwEYHU LAiRB5fp8KGKb/OkFqEluvt9FME+OfOb2N6Ak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=thwSkeRjYH55LyAuCX8qYDlNk3R21YXEUhSeDv/rtTWAYcJC6NnPM0DBZR2creMCEl vPA8bvm2XjFUq3/Um/CrYGtxz2IMWyelko6ODSaGHdDow+eqtDuO9CoO3Ejq9lnOmj5+ YQsBdWovN6N53DGhHSCQQpywWKEqJX0daC/y8= MIME-Version: 1.0 Received: by 10.231.169.149 with SMTP id z21mr3397706iby.11.1283058984855; Sat, 28 Aug 2010 22:16:24 -0700 (PDT) Received: by 10.231.191.67 with HTTP; Sat, 28 Aug 2010 22:16:24 -0700 (PDT) Date: Sun, 29 Aug 2010 15:16:24 +1000 Message-ID: From: Sadish Kulasekere To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Sending packets at Kernel level 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: Sun, 29 Aug 2010 05:16:25 -0000 Hi, I need to know how to send packet from the kernel level. Can someone please point me to any documentation? Cheers, Sadish.