in_proto.h revision 1.1
11.1Syamt/*	$NetBSD: in_proto.h,v 1.1 2005/04/29 10:39:09 yamt Exp $	*/
21.1Syamt
31.1Syamt/*
41.1Syamt * Copyright (c) 1982, 1986, 1993
51.1Syamt *	The Regents of the University of California.  All rights reserved.
61.1Syamt *
71.1Syamt * Redistribution and use in source and binary forms, with or without
81.1Syamt * modification, are permitted provided that the following conditions
91.1Syamt * are met:
101.1Syamt * 1. Redistributions of source code must retain the above copyright
111.1Syamt *    notice, this list of conditions and the following disclaimer.
121.1Syamt * 2. Redistributions in binary form must reproduce the above copyright
131.1Syamt *    notice, this list of conditions and the following disclaimer in the
141.1Syamt *    documentation and/or other materials provided with the distribution.
151.1Syamt * 3. Neither the name of the University nor the names of its contributors
161.1Syamt *    may be used to endorse or promote products derived from this software
171.1Syamt *    without specific prior written permission.
181.1Syamt *
191.1Syamt * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
201.1Syamt * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
211.1Syamt * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
221.1Syamt * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
231.1Syamt * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
241.1Syamt * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
251.1Syamt * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
261.1Syamt * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
271.1Syamt * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
281.1Syamt * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
291.1Syamt * SUCH DAMAGE.
301.1Syamt *
311.1Syamt *	@(#)ip_var.h	8.2 (Berkeley) 1/9/95
321.1Syamt */
331.1Syamt
341.1Syamt#ifndef _NETINET_IN_PROTO_H_
351.1Syamt#define _NETINET_IN_PROTO_H_
361.1Syamt
371.1Syamtextern const struct protosw inetsw[];
381.1Syamt
391.1Syamt#endif /* _NETINET_IN_PROTO_H_ */
40