in6_ifattach.h revision 62587
1179193Sjb/*	$FreeBSD: head/sys/netinet6/in6_ifattach.h 62587 2000-07-04 16:35:15Z itojun $	*/
2179193Sjb/*	$KAME: in6_ifattach.h,v 1.10 2000/05/27 02:57:05 itojun Exp $	*/
3179193Sjb
4179193Sjb/*
5179193Sjb * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6179193Sjb * All rights reserved.
7179193Sjb *
8179193Sjb * Redistribution and use in source and binary forms, with or without
9179193Sjb * modification, are permitted provided that the following conditions
10179193Sjb * are met:
11179193Sjb * 1. Redistributions of source code must retain the above copyright
12179193Sjb *    notice, this list of conditions and the following disclaimer.
13179193Sjb * 2. Redistributions in binary form must reproduce the above copyright
14179193Sjb *    notice, this list of conditions and the following disclaimer in the
15179193Sjb *    documentation and/or other materials provided with the distribution.
16179193Sjb * 3. Neither the name of the project nor the names of its contributors
17179193Sjb *    may be used to endorse or promote products derived from this software
18179193Sjb *    without specific prior written permission.
19179193Sjb *
20211738Srpaulo * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
21211738Srpaulo * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22211738Srpaulo * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23211738Srpaulo * ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
24179193Sjb * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25179193Sjb * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26179193Sjb * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27179198Sjb * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28179193Sjb * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29179193Sjb * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30179193Sjb * SUCH DAMAGE.
31268097Spfg */
32287642Smarkj
33268097Spfg#ifndef _NETINET6_IN6_IFATTACH_H_
34179193Sjb#define _NETINET6_IN6_IFATTACH_H_
35179193Sjb
36179193Sjb#ifdef _KERNEL
37179193Sjbvoid in6_nigroup_attach __P((const char *, int));
38179193Sjbvoid in6_nigroup_detach __P((const char *, int));
39179193Sjbvoid in6_ifattach __P((struct ifnet *, struct ifnet *));
40179193Sjbvoid in6_ifdetach __P((struct ifnet *));
41277300Ssmh#endif /* _KERNEL */
42179193Sjb
43211738Srpaulo#endif /* _NETINET6_IN6_IFATTACH_H_ */
44179193Sjb