[BACK]Return to ip6_input.c 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/ip6_input.c between version 1.113 and 1.114

version 1.113, 2007/12/04 10:27:34 version 1.114, 2008/02/27 19:40:56
Line 159  static struct mbuf *ip6_pullexthdr(struc
Line 159  static struct mbuf *ip6_pullexthdr(struc
  * All protocols not implemented in kernel go to raw IP6 protocol handler.   * All protocols not implemented in kernel go to raw IP6 protocol handler.
  */   */
 void  void
 ip6_init()  ip6_init(void)
 {  {
         const struct ip6protosw *pr;          const struct ip6protosw *pr;
         int i;          int i;
Line 217  ip6_init2(void *dummy)
Line 217  ip6_init2(void *dummy)
  * IP6 input interrupt handling. Just pass the packet to ip6_input.   * IP6 input interrupt handling. Just pass the packet to ip6_input.
  */   */
 void  void
 ip6intr()  ip6intr(void)
 {  {
         int s;          int s;
         struct mbuf *m;          struct mbuf *m;

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114

CVSweb <webmaster@jp.NetBSD.org>