From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 2 04:14:53 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A359937B401 for ; Mon, 2 Jun 2003 04:14:53 -0700 (PDT) Received: from mail-pm.star.spb.ru (mail-pm.star.spb.ru [217.195.82.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 328FC43F75 for ; Mon, 2 Jun 2003 04:14:52 -0700 (PDT) (envelope-from nkritsky@internethelp.ru) Received: from pink.star.spb.ru ([217.195.82.10]) by mail-pm.star.spb.ru (8.12.9/8.12.8) with ESMTP id h52BEpPW026223 for ; Mon, 2 Jun 2003 15:14:51 +0400 (MSD) Received: from IBMKA ([217.195.82.7]) by pink.star.spb.ru with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id K74KP4PP; Mon, 2 Jun 2003 15:14:51 +0400 Date: Mon, 2 Jun 2003 15:14:07 +0400 From: "Nickolay A. Kritsky" X-Mailer: The Bat! (v1.49) Personal X-Priority: 3 (Normal) Message-ID: <163319560804.20030602151407@internethelp.ru> To: freebsd-hackers@freebsd.org X-Sender: "Nickolay A. Kritsky" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: What RFCs are supported by FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Nickolay A. Kritsky" List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 11:14:53 -0000 Hello, my fellow hackers. Does anybody know, which RFCs are followed by FreeBSD's core network drivers (like IP,TCP,routing,UDP,ICMP drivers)? I have tried find /usr/src/sys/ -name *.c -or -name '*.h' -exec grep -l -i rfc {} \;|tee rfcs.kern and sysctl -a |grep -i rfc It gave me some info, but I still wonder, is there more reliable method? Please cc me in your reply because I am not subscibed to this list (yet ;) ). Thanks for any help. ;------------------------------------------- ; NKritsky ; mailto:nkritsky@internethelp.ru