From owner-freebsd-questions@FreeBSD.ORG Sun Jan 23 13:12:49 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AE2B106566C for ; Sun, 23 Jan 2011 13:12:49 +0000 (UTC) (envelope-from ali64iust@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 177828FC12 for ; Sun, 23 Jan 2011 13:12:48 +0000 (UTC) Received: by iyb26 with SMTP id 26so3252634iyb.13 for ; Sun, 23 Jan 2011 05:12:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=dNAOpRsEkH0sRndJs/wgHtnfKFaYfBAZjiIZigNoyHE=; b=O3bW7f+IZllWA+CGDPF7HygagZRcVIoknqexlgy4oaJ1U86YDdb7tkEl7dKDps70qT TYLpOroWAEQDcMzrQb+gSRWPX2Li6iY+oqAmFEF+GYdiwfdA/3QndPDxkawHRd+/SMUx ZxZmvbeySUoZAltwQHb78kN0FFMF/OlPTi9ys= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=TENP2TM2x0Mipa0ZmIAB7+0N/lAwEds5u0pPvnsMW/r8nMwhY/t3CaSamlgJofFsQ7 pplPVyEL60vD/ycCbaJLcmTKEFUoSNZy1mCxJd7PeAAPZyS2uHZYwUDY++dw8MLtvw1W To6Jcsz7TVlm2CzQWuDZaNsGsGTc/L8HD3/U8= MIME-Version: 1.0 Received: by 10.42.177.6 with SMTP id bg6mr3406105icb.173.1295786649628; Sun, 23 Jan 2011 04:44:09 -0800 (PST) Received: by 10.42.178.74 with HTTP; Sun, 23 Jan 2011 04:44:09 -0800 (PST) Date: Sun, 23 Jan 2011 16:14:09 +0330 Message-ID: From: alireza imani To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: how can i use 1)des.h 2)socket in kernel mode 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: Sun, 23 Jan 2011 13:12:49 -0000 hello dear i have some question about freebsd. how can i use des.h methods in kernel mode? and how can i use socket in kernel mode? can you give me some source code about this or help me? thanks a lot.