From owner-cvs-src@FreeBSD.ORG Thu Jan 18 13:55:22 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A382316A415; Thu, 18 Jan 2007 13:55:22 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 62C2713C45D; Thu, 18 Jan 2007 13:55:22 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0IDtMxg003541; Thu, 18 Jan 2007 13:55:22 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0IDtMFu003540; Thu, 18 Jan 2007 13:55:22 GMT (envelope-from glebius) Message-Id: <200701181355.l0IDtMFu003540@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 18 Jan 2007 13:55:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2007 13:55:23 -0000 glebius 2007-01-18 13:55:21 UTC FreeBSD src repository Modified files: sys/netgraph ng_ppp.c Log: Revise the ng_ppp(4) node, so that code flow is more clear. All non-link hooks get their per hook rcvdata methods, and all functions are organized corresponding to protocol stack model. Submitted by: Alexander Motin Reviewed by: archie, julian Revision Changes Path 1.59 +808 -517 src/sys/netgraph/ng_ppp.c