[BACK]Return to in6_pcb.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_pcb.h between version 1.10 and 1.11

version 1.10, 2000/02/03 13:17:41 version 1.11, 2000/06/05 06:38:23
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      $NetBSD$        */
   /*      $KAME: in6_pcb.h,v 1.25 2000/06/05 00:41:58 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 152  struct in6pcb {
Line 153  struct in6pcb {
 #ifdef _KERNEL  #ifdef _KERNEL
 void    in6_losing __P((struct in6pcb *));  void    in6_losing __P((struct in6pcb *));
 int     in6_pcballoc __P((struct socket *, struct in6pcb *));  int     in6_pcballoc __P((struct socket *, struct in6pcb *));
 int     in6_pcbbind __P((struct in6pcb *, struct mbuf *));  int     in6_pcbbind __P((struct in6pcb *, struct mbuf *, struct proc *));
 int     in6_pcbconnect __P((struct in6pcb *, struct mbuf *));  int     in6_pcbconnect __P((struct in6pcb *, struct mbuf *));
 void    in6_pcbdetach __P((struct in6pcb *));  void    in6_pcbdetach __P((struct in6pcb *));
 void    in6_pcbdisconnect __P((struct in6pcb *));  void    in6_pcbdisconnect __P((struct in6pcb *));

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>