[BACK]Return to in6_ifattach.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet6/in6_ifattach.h between version 1.5 and 1.6

version 1.5, 1999/12/13 15:17:22 version 1.6, 2000/04/12 10:36:44
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      $NetBSD$        */
   /*      $KAME: in6_ifattach.h,v 1.8 2000/04/12 03:51:30 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:
Line 15 
Line 16 
  * 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
Line 33 
Line 34 
 #define _NETINET6_IN6_IFATTACH_H_  #define _NETINET6_IN6_IFATTACH_H_
   
 #ifdef _KERNEL  #ifdef _KERNEL
 extern int found_first_ifid;  void in6_ifattach __P((struct ifnet *, struct ifnet *));
   
 int in6_ifattach_getifid __P((struct ifnet *));  
 void in6_ifattach_p2p __P((void));  
 void in6_ifattach __P((struct ifnet *, u_int, caddr_t, int));  
 void in6_ifdetach __P((struct ifnet *));  void in6_ifdetach __P((struct ifnet *));
 #endif /* _KERNEL */  #endif /* _KERNEL */
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>