ng_rfc1490.h revision 52419
150472Speter
218390Speter/*
318390Speter * ng_rfc1490.h
418390Speter *
534112Sbde * Copyright (c) 1996-1999 Whistle Communications, Inc.
618390Speter * All rights reserved.
718390Speter *
818390Speter * Subject to the following obligations and disclaimer of warranty, use and
918390Speter * redistribution of this software, in source or object code forms, with or
1035402Sbde * without modifications are expressly permitted by Whistle Communications;
1135402Sbde * provided, however, that:
1235402Sbde * 1. Any and all reproductions of the source or object code must include the
1349864Sobrien *    copyright notice above and the following disclaimer of warranties; and
1445582Sbde * 2. No rights are granted, in any manner or form, to use Whistle
1535402Sbde *    Communications, Inc. trademarks, including the mark "WHISTLE
1618390Speter *    COMMUNICATIONS" on advertising, endorsements, or otherwise except as
1718390Speter *    such appears in the above copyright notice or in the software.
1845583Sbde *
1945583Sbde * THIS SOFTWARE IS BEING PROVIDED BY WHISTLE COMMUNICATIONS "AS IS", AND
2045582Sbde * TO THE MAXIMUM EXTENT PERMITTED BY LAW, WHISTLE COMMUNICATIONS MAKES NO
2145582Sbde * REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, REGARDING THIS SOFTWARE,
2218390Speter * INCLUDING WITHOUT LIMITATION, ANY AND ALL IMPLIED WARRANTIES OF
2318390Speter * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
2418390Speter * WHISTLE COMMUNICATIONS DOES NOT WARRANT, GUARANTEE, OR MAKE ANY
2535402Sbde * REPRESENTATIONS REGARDING THE USE OF, OR THE RESULTS OF THE USE OF THIS
2635402Sbde * SOFTWARE IN TERMS OF ITS CORRECTNESS, ACCURACY, RELIABILITY OR OTHERWISE.
2718390Speter * IN NO EVENT SHALL WHISTLE COMMUNICATIONS BE LIABLE FOR ANY DAMAGES
2835402Sbde * RESULTING FROM OR ARISING OUT OF ANY USE OF THIS SOFTWARE, INCLUDING
2918390Speter * WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
3018390Speter * PUNITIVE, OR CONSEQUENTIAL DAMAGES, PROCUREMENT OF SUBSTITUTE GOODS OR
3135402Sbde * SERVICES, LOSS OF USE, DATA OR PROFITS, HOWEVER CAUSED AND UNDER ANY
3235402Sbde * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3318390Speter * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3435402Sbde * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
3518390Speter * OF SUCH DAMAGE.
3618390Speter *
3735402Sbde * Author: Archie Cobbs <archie@whistle.com>
3837460Sbde *
3937460Sbde * $FreeBSD: head/sys/netgraph/ng_rfc1490.h 52419 1999-10-21 09:06:11Z julian $
4045299Sobrien * $Whistle: ng_rfc1490.h,v 1.7 1999/01/20 00:54:15 archie Exp $
4138462Sjb */
4218390Speter
4335402Sbde#ifndef _NETGRAPH_RFC1490_H_
4435402Sbde#define _NETGRAPH_RFC1490_H_
4518390Speter
4618390Speter/* Node type name */
4745583Sbde#define NG_RFC1490_NODE_TYPE		"rfc1490"
4845299Sobrien#define NGM_RFC1490_NODE_COOKIE		861060632
4945299Sobrien
5045583Sbde/* Hook names */
5145299Sobrien#define NG_RFC1490_HOOK_DOWNSTREAM	"downstream"
5245299Sobrien#define NG_RFC1490_HOOK_INET		"inet"
5345299Sobrien#define NG_RFC1490_HOOK_PPP		"ppp"
5445299Sobrien
5545299Sobrien#endif /* _NETGRAPH_RFC1490_H_ */
5645299Sobrien