version 1.3, 1999/07/03 21:30:18 |
version 1.4, 2000/04/19 06:30:56 |
|
|
/* $NetBSD$ */ |
/* $NetBSD$ */ |
|
/* $KAME: in6_gif.h,v 1.5 2000/04/14 08:36:03 itojun Exp $ */ |
|
|
/* |
/* |
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
* All rights reserved. |
* All rights reserved. |
* |
* |
* Redistribution and use in source and binary forms, with or without |
* Redistribution and use in source and binary forms, with or without |
* modification, are permitted provided that the following conditions |
* modification, are permitted provided that the following conditions |
* are met: |
* are met: |
|
|
* 3. Neither the name of the project nor the names of its contributors |
* 3. Neither the name of the project nor the names of its contributors |
* may be used to endorse or promote products derived from this software |
* may be used to endorse or promote products derived from this software |
* without specific prior written permission. |
* without specific prior written permission. |
* |
* |
* THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
* THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
|
|
|
int in6_gif_input __P((struct mbuf **, int *, int)); |
int in6_gif_input __P((struct mbuf **, int *, int)); |
int in6_gif_output __P((struct ifnet *, int, struct mbuf *, struct rtentry *)); |
int in6_gif_output __P((struct ifnet *, int, struct mbuf *, struct rtentry *)); |
|
int gif_encapcheck6 __P((const struct mbuf *, int, int, void *)); |
|
|
#endif /*_NETINET6_IN6_GIF_H_*/ |
#endif /*_NETINET6_IN6_GIF_H_*/ |