From owner-freebsd-questions@FreeBSD.ORG Tue Oct 23 13:48:47 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94EFF821 for ; Tue, 23 Oct 2012 13:48:47 +0000 (UTC) (envelope-from sam.gh1986@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1154A8FC0C for ; Tue, 23 Oct 2012 13:48:46 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fw7so5363401vcb.13 for ; Tue, 23 Oct 2012 06:48:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=E9XVGxq/BndndWbdW+AWecFBUlyVIS59PSdOnmkS5tU=; b=powZcEn6wI6zNttrMiY/yuadgm95DzRylgru4j82A5T5jleMvmGrqaUwgXOp3gJK9E iwiVpzejqDpufSlORp2wzZAbyqrS5BcIR24RU0hXr2sQuOz5n4m209muZ3RjqGeXGsSD gsbJ13RPvOUkdZ1jdEy40Piae13GPlehBLpRE1lafc4NNbUQL0u2ziBDeThfCAkdPcP/ iJnQIdi7CYmzPvRFMq4O9kYonDDOIJMQ84D8IRBzM+C3hYfw78FAOGpeGlRkn4ElS3Qu 4Pp51NYk9+6HxaktxS5KyD2/ptp2yGo0l+nNl1Zdk0EHIf2QJnlvg+c3LBqTKE+Nage3 aWbw== MIME-Version: 1.0 Received: by 10.52.92.11 with SMTP id ci11mr16555867vdb.7.1351000123499; Tue, 23 Oct 2012 06:48:43 -0700 (PDT) Received: by 10.58.239.167 with HTTP; Tue, 23 Oct 2012 06:48:43 -0700 (PDT) Date: Tue, 23 Oct 2012 17:18:43 +0330 Message-ID: Subject: ipfw headers From: s m To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 13:48:47 -0000 hi every one i want to set TOS bit in ipfw but don't know how to do it directly. therefore i want to change ipfw code in order to do it for me. i don't know ipfw headers path (from where ipfw loads its headers). please help if somebody set TOS bit in any ways or know the path which ipfw headers are located. thanks