ip_gre.h revision 139823
1139825Simp/*	$NetBSD: ip_gre.h,v 1.5 2002/06/09 16:33:40 itojun Exp $ */
21541Srgrimes/*	 $FreeBSD: head/sys/netinet/ip_gre.h 139823 2005-01-07 01:45:51Z imp $ */
31541Srgrimes
41541Srgrimes/*-
51541Srgrimes * Copyright (c) 1998 The NetBSD Foundation, Inc.
61541Srgrimes * All rights reserved.
71541Srgrimes *
81541Srgrimes * This code is derived from software contributed to The NetBSD Foundation
91541Srgrimes * by Heiko W.Rupp <hwr@pilhuhn.de>
101541Srgrimes *
111541Srgrimes * Redistribution and use in source and binary forms, with or without
121541Srgrimes * modification, are permitted provided that the following conditions
131541Srgrimes * are met:
141541Srgrimes * 1. Redistributions of source code must retain the above copyright
151541Srgrimes *    notice, this list of conditions and the following disclaimer.
161541Srgrimes * 2. Redistributions in binary form must reproduce the above copyright
171541Srgrimes *    notice, this list of conditions and the following disclaimer in the
181541Srgrimes *    documentation and/or other materials provided with the distribution.
191541Srgrimes * 3. All advertising materials mentioning features or use of this software
201541Srgrimes *    must display the following acknowledgement:
211541Srgrimes *        This product includes software developed by the NetBSD
221541Srgrimes *        Foundation, Inc. and its contributors.
231541Srgrimes * 4. Neither the name of The NetBSD Foundation nor the names of its
241541Srgrimes *    contributors may be used to endorse or promote products derived
251541Srgrimes *    from this software without specific prior written permission.
261541Srgrimes *
271541Srgrimes * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
281541Srgrimes * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
291541Srgrimes * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3050477Speter * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
311541Srgrimes * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
321541Srgrimes * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
332165Spaul * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3459774Sbde * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
352165Spaul * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36126590Sbde * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37133741Sjmg * POSSIBILITY OF SUCH DAMAGE.
38168355Srwatson */
39137804Sphk
40168355Srwatson#ifdef _KERNEL
4141086Struckmanvoid gre_input(struct mbuf *, ...);
42126593Sbdevoid gre_mobile_input(struct mbuf *, ...);
43126593Sbde#endif /* _KERNEL */
441541Srgrimes